We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 23a4e30 commit a5b5d45Copy full SHA for a5b5d45
doc/Makefile
@@ -12,6 +12,9 @@ BUILDDIR = _build
12
help:
13
@$(SPHINXBUILD) -M help "$(SOURCEDIR)" "$(BUILDDIR)" $(SPHINXOPTS) $(O)
14
15
+clean-autosummary:
16
+ find . -name "$(BUILDDIR)" -prune -o -iname _api -print0 | xargs -0 rm -rf
17
+
18
.PHONY: help Makefile
19
20
# Catch-all target: route all unknown targets to Sphinx using the new
0 commit comments