From: <md...@us...> - 2009-09-22 14:21:34
|
Revision: 7815 http://matplotlib.svn.sourceforge.net/matplotlib/?rev=7815&view=rev Author: mdboom Date: 2009-09-22 14:21:24 +0000 (Tue, 22 Sep 2009) Log Message: ----------- Fix small build Modified Paths: -------------- trunk/matplotlib/doc/make.py Modified: trunk/matplotlib/doc/make.py =================================================================== --- trunk/matplotlib/doc/make.py 2009-09-21 23:02:27 UTC (rev 7814) +++ trunk/matplotlib/doc/make.py 2009-09-22 14:21:24 UTC (rev 7815) @@ -30,7 +30,7 @@ check_build() shutil.copy('../lib/matplotlib/mpl-data/matplotlibrc', '_static/matplotlibrc') if small_docs: - options = "-D plot_formats=\"['png']\"" + options = "-D plot_formats=\"[('png', 80)]\"" else: options = '' if os.system('sphinx-build %s -P -b html -d build/doctrees . build/html' % options): This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |