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.
1 parent 4015343 commit a299ff9Copy full SHA for a299ff9
1 file changed
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