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 bb518ec commit db9c0f1Copy full SHA for db9c0f1
justfile
@@ -18,7 +18,7 @@ lint:
18
uv run pre-commit run ruff-format --files
19
20
docs:
21
- uv run sphinx-build -T -b html {{sphinx_opts}} docs {{docs_build}}
+ uv run sphinx-build -T -b html {{sphinx_opts}} {{docs_build}}
22
23
doctest:
24
uv run python -m doctest -v examples/wiki/wiki.py
0 commit comments