Skip to content

Commit

Permalink
ci/cd:
Browse files Browse the repository at this point in the history
  • Loading branch information
krypton-byte committed Jun 5, 2024
1 parent f13d4b4 commit c6dea2c
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 @@ -3,4 +3,4 @@
import shlex
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("make html"), cwd=workdir / "docs")
call(shlex.split("poetry run make html"), cwd=workdir / "docs")

0 comments on commit c6dea2c

Please sign in to comment.