Skip to content

Commit 6d30bf5

Browse files
committed
minor change
1 parent 4734260 commit 6d30bf5

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Makefile

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,5 @@ docs:
3232
$(poetry) python -m sphinx build docs/source docs/build/html
3333

3434
.PHONY: serve-docs
35-
serve-docs:
36-
make docs
35+
serve-docs: docs
3736
$(poetry) python -m http.server -d docs/build/html 8333

0 commit comments

Comments
 (0)