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 ad6c07f commit f13d4b4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/build.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@
from pathlib import Path
import shlex
workdir = Path(__file__).parent.parent
call(shlex.split("sphinx-apidoc -o docs/source thundra thundra.core thundra.profiler thundra.storage"))
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")
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -45,4 +45,4 @@ requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"

[tool.poetry.scripts]
thundra = "thundra.cli:main"
thundra = "thundra.cli:main"

0 comments on commit f13d4b4

Please sign in to comment.