diff --git a/docs/build.py b/docs/build.py index a80eae2..c64ff73 100644 --- a/docs/build.py +++ b/docs/build.py @@ -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")