Skip to content

Commit 611a7e7

Browse files
committed
build(docs): clean docs build
1 parent 52771cf commit 611a7e7

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

justfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@ test:
4141

4242
# build HTML docs locally (warnings treated as errors)
4343
docs:
44+
rm -rf docs/_build
4445
poetry run sphinx-build -b html docs/ docs/_build/html -W --keep-going
4546

4647
# run all pre-commit hooks on all files including push-stage hooks (ruff, pyright, prettier)

0 commit comments

Comments
 (0)