We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e90e414 commit 689bdeeCopy full SHA for 689bdee
1 file changed
Makefile
@@ -873,7 +873,7 @@ docserve: doc-only ## Serve the documentation on localhost:8000.
873
@$(PYTHON) -m http.server 8000 --bind 127.0.0.1 --directory out/doc/api
874
875
.PHONY: docclean
876
-.NOTPARALLEL: docclean
+.NOTPARALLEL: docclean doc-only out/doc
877
docclean: ## Remove the generated documentation.
878
$(RM) -r out/doc
879
0 commit comments