8000
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 c0071b8 commit 33fa773Copy full SHA for 33fa773
doc/Makefile
@@ -18,6 +18,7 @@ help:
18
clean:
19
@$(SPHINXBUILD) -M clean "$(SOURCEDIR)" "$(BUILDDIR)" $(SPHINXOPTS) $(O)
20
rm -rf "$(SOURCEDIR)/build"
21
+ rm -rf "$(SOURCEDIR)/_tags"
22
rm -rf "$(SOURCEDIR)/api/_as_gen"
23
rm -rf "$(SOURCEDIR)/gallery"
24
rm -rf "$(SOURCEDIR)/plot_types"
doc/make.bat
@@ -36,6 +36,7 @@ if "%1" == "show" goto show
36
if "%1" == "clean" (
37
REM workaround because sphinx does not completely clean up (#11139)
38
rmdir /s /q "%SOURCEDIR%\build"
39
+ rmdir /s /q "%SOURCEDIR%\_tags"
40
rmdir /s /q "%SOURCEDIR%\api\_as_gen"
41
rmdir /s /q "%SOURCEDIR%\gallery"
42
rmdir /s /q "%SOURCEDIR%\plot_types"
0 commit comments