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 8663c9d commit d603278Copy full SHA for d603278
1 file changed
doc/make.py
@@ -30,7 +30,7 @@ def html():
30
check_build()
31
shutil.copy('../lib/matplotlib/mpl-data/matplotlibrc', '_static/matplotlibrc')
32
if small_docs:
33
- options = "-D plot_formats=\"['png']\""
+ options = "-D plot_formats=\"[('png', 80)]\""
34
else:
35
options = ''
36
if os.system('sphinx-build %s -P -b html -d build/doctrees . build/html' % options):
0 commit comments