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 c686685 commit 3d977cdCopy full SHA for 3d977cd
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