Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 5309a22

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

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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)