Skip to content

Commit 3d977cd

Browse files
committed
fixup! build, doc: use new api doc tooling
1 parent c686685 commit 3d977cd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -873,7 +873,7 @@ docserve: doc-only ## Serve the documentation on localhost:8000.
873873
@$(PYTHON) -m http.server 8000 --bind 127.0.0.1 --directory out/doc/api
874874

875875
.PHONY: docclean
876-
.NOTPARALLEL: docclean
876+
.NOTPARALLEL: docclean doc-only out/doc
877877
docclean: ## Remove the generated documentation.
878878
$(RM) -r out/doc
879879

0 commit comments

Comments
 (0)