We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 52771cf commit 611a7e7Copy full SHA for 611a7e7
1 file changed
justfile
@@ -41,6 +41,7 @@ test:
41
42
# build HTML docs locally (warnings treated as errors)
43
docs:
44
+ rm -rf docs/_build
45
poetry run sphinx-build -b html docs/ docs/_build/html -W --keep-going
46
47
# run all pre-commit hooks on all files including push-stage hooks (ruff, pyright, prettier)
0 commit comments