Skip to content

Commit

Permalink
docs:
Browse files Browse the repository at this point in the history
  • Loading branch information
krypton-byte committed Jun 5, 2024
1 parent c7dc211 commit dd9bd5d
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 @@ -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"")

0 comments on commit dd9bd5d

Please sign in to comment.