Skip to content

Commit bbb70ca

Browse files
authored
Merge pull request matplotlib#8824 from dstansby/make-clean
BLD: Update doc/make.py clean for tutorials
2 parents 8d2bf54 + 5309a22 commit bbb70ca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/make.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,7 @@ def texinfo():
161161
def clean():
162162
"""Remove generated files. """
163163
shutil.rmtree("build", ignore_errors=True)
164-
shutil.rmtree("examples", ignore_errors=True)
164+
shutil.rmtree("tutorials", ignore_errors=True)
165165
shutil.rmtree("api/_as_gen", ignore_errors=True)
166166
for pattern in ['_static/matplotlibrc',
167167
'_templates/gallery.html',

0 commit comments

Comments
 (0)