Skip to content

Commit 000c78d

Browse files
committed
chore: update makefile for docs
1 parent eb1690a commit 000c78d

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

Makefile

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,10 +24,7 @@ test:
2424
pytest
2525

2626
docs-build:
27-
cd docs && sphinx-build . ./_build/html $(SPHINX_BUILDARGS)
28-
29-
docs-watch:
30-
cd docs && sphinx-autobuild . ./_build/html $(SPHINX_BUILDARGS)
27+
jb build --builder html docs
3128

3229
docs-clean:
3330
rm -rf docs/_build docs/api/api_card

0 commit comments

Comments
 (0)