Skip to content

Commit

Permalink
Adjusting directories
Browse files Browse the repository at this point in the history
  • Loading branch information
gphipps authored and gphipps committed Aug 6, 2024
1 parent 5fe0815 commit c3c1d37
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/build.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ def build_doc(version: str) -> None:
run("git checkout publish-docs -- versions.toml")

#run("make html")
run(" sphinx-build -M html docs _build")
run("sphinx-build -M html . ../_build")
run("ls _build")
run(f"mv _build/html pages/{version}")
run("rm -rf _build")
Expand Down

0 comments on commit c3c1d37

Please sign in to comment.