Skip to content

Commit 0c29bc0

Browse files
authored
Merge pull request #19897 from jklymak/doc-fix-makefile-plot_types
DOC/MNT fix make clean for plot_types
2 parents 48ed60f + 6d3c8b0 commit 0c29bc0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

doc/Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ clean:
2020
rm -rf "$(SOURCEDIR)/build"
2121
rm -rf "$(SOURCEDIR)/api/_as_gen"
2222
rm -rf "$(SOURCEDIR)/gallery"
23+
rm -rf "$(SOURCEDIR)/plot_types"
2324
rm -rf "$(SOURCEDIR)/tutorials"
2425
rm -rf "$(SOURCEDIR)/savefig"
2526
rm -rf "$(SOURCEDIR)/sphinxext/__pycache__"

0 commit comments

Comments
 (0)