Thanks to visit codestin.com Credit goes to github.com
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.
2 parents e704fe9 + a299ff9 commit d9c766eCopy full SHA for d9c766e
doc/Makefile
@@ -14,6 +14,16 @@ help:
14
15
.PHONY: help Makefile
16
17
+# workaround because sphinx does not completely clean up (#11139)
18
+clean:
19
+ @$(SPHINXBUILD) -M clean "$(SOURCEDIR)" "$(BUILDDIR)" $(SPHINXOPTS) $(O)
20
+ rm -rf "$(SOURCEDIR)/build"
21
+ rm -rf "$(SOURCEDIR)/api/_as_gen"
22
+ rm -rf "$(SOURCEDIR)/gallery"
23
+ rm -rf "$(SOURCEDIR)/tutorials"
24
+ rm -rf "$(SOURCEDIR)/savefig"
25
+ rm -rf "$(SOURCEDIR)/sphinxext/__pycache__"
26
+
27
# Catch-all target: route all unknown targets to Sphinx using the new
28
# "make mode" option. $(O) is meant as a shortcut for $(SPHINXOPTS).
29
%: Makefile
0 commit comments