Skip to content
This repository was archived by the owner on Feb 20, 2026. It is now read-only.

Commit 70556ba

Browse files
committed
justfile: remove "cd docs;"
Not useful
1 parent f2a80b3 commit 70556ba

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

justfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,10 @@ format:
2222

2323

2424
build-doc:
25-
cd docs ; {{ poetry_run }} sphinx-build -W . _build/html
25+
{{ poetry_run }} sphinx-build -W docs/ docs/_build/html
2626

2727
dev-doc:
28-
cd docs ; {{poetry_run }} run sphinx-autobuild . _build/html
28+
{{poetry_run }} sphinx-autobuild docs/ docs/_build/html
2929

3030
deploy-doc: build-doc
3131
{{ poetry_run }} ghp-import --push --force --no-jekyll docs/_build/html/

0 commit comments

Comments
 (0)