Skip to content

Commit dae8b54

Browse files
committed
added removed tags from make clean
1 parent d0f0a21 commit dae8b54

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

doc/Makefile

+1
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ help:
1818
clean:
1919
@$(SPHINXBUILD) -M clean "$(SOURCEDIR)" "$(BUILDDIR)" $(SPHINXOPTS) $(O)
2020
rm -rf "$(SOURCEDIR)/build"
21+
rm -rf "$(SOURCEDIR)/_tags"
2122
rm -rf "$(SOURCEDIR)/api/_as_gen"
2223
rm -rf "$(SOURCEDIR)/gallery"
2324
rm -rf "$(SOURCEDIR)/plot_types"

doc/make.bat

+1
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ if "%1" == "show" goto show
3636
if "%1" == "clean" (
3737
REM workaround because sphinx does not completely clean up (#11139)
3838
rmdir /s /q "%SOURCEDIR%\build"
39+
rmdir /s /q "%SOURCEDIR%\_tags"
3940
rmdir /s /q "%SOURCEDIR%\api\_as_gen"
4041
rmdir /s /q "%SOURCEDIR%\gallery"
4142
rmdir /s /q "%SOURCEDIR%\plot_types"

0 commit comments

Comments
 (0)