Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4aca025 commit cfa165cCopy full SHA for cfa165c
1 file changed
doc/make.py
@@ -43,7 +43,7 @@ def html():
43
'pyplots', figures_dest_path,
44
ignore=shutil.ignore_patterns("*.pyc"))
45
46
- Clean out PDF files from the _images directory
+ # Clean out PDF files from the _images directory
47
for filename in glob.glob('build/html/_images/*.pdf'):
48
os.remove(filename)
49
0 commit comments