diff --git a/docs/build.py b/docs/build.py index d342e07..a67c0ba 100644 --- a/docs/build.py +++ b/docs/build.py @@ -4,5 +4,5 @@ workdir = Path(__file__).parent.parent call(shlex.split("poetry run sphinx-apidoc -o docs/source thundra thundra.core thundra.profiler thundra.storage")) call(shlex.split("poetry run make html"), cwd=workdir / "docs") -with open(workdir / "_build/html/.nojekyll", "wb") as file: +with open(workdir / "docs/_build/html/.nojekyll", "wb") as file: file.write(b"") \ No newline at end of file