Skip to content

Commit db9c0f1

Browse files
committed
fix docs invocation
1 parent bb518ec commit db9c0f1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

justfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ lint:
1818
uv run pre-commit run ruff-format --files
1919

2020
docs:
21-
uv run sphinx-build -T -b html {{sphinx_opts}} docs {{docs_build}}
21+
uv run sphinx-build -T -b html {{sphinx_opts}} {{docs_build}}
2222

2323
doctest:
2424
uv run python -m doctest -v examples/wiki/wiki.py

0 commit comments

Comments
 (0)