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.
------------------------------------------------------------------------------
Come build with us! The BlackBerry® Developer Conference in SF, CA
is the only developer event you need to attend this year. Jumpstart your
developing skills, take BlackBerry mobile applications to market and stay
ahead of the curve. Join us from November 9-12, 2009. Register now!
http://p.sf.net/sfu/devconf
_______________________________________________
Matplotlib-checkins mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/matplotlib-checkins