8000 Update make.py clean for tutorials · matplotlib/matplotlib@5309a22 · GitHub
[go: up one dir, main page]

Skip to content

Commit 5309a22

Browse files
committed
Update make.py clean for tutorials
1 parent 8d2bf54 commit 5309a22

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)
0