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

Skip to content

Commit d603278

Browse files
committed
Fix small build
svn path=/trunk/matplotlib/; revision=7815
1 parent 8663c9d commit d603278

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
@@ -30,7 +30,7 @@ def html():
3030
check_build()
3131
shutil.copy('../lib/matplotlib/mpl-data/matplotlibrc', '_static/matplotlibrc')
3232
if small_docs:
33-
options = "-D plot_formats=\"['png']\""
33+
options = "-D plot_formats=\"[('png', 80)]\""
3434
else:
3535
options = ''
3636
if os.system('sphinx-build %s -P -b html -d build/doctrees . build/html' % options):

0 commit comments

Comments
 (0)