From: <md...@us...> - 2008-08-13 18:10:38
|
Revision: 6034 http://matplotlib.svn.sourceforge.net/matplotlib/?rev=6034&view=rev Author: mdboom Date: 2008-08-13 18:10:33 +0000 (Wed, 13 Aug 2008) Log Message: ----------- Quiet the math -> png conversion. Modified Paths: -------------- trunk/matplotlib/doc/sphinxext/mathmpl.py Modified: trunk/matplotlib/doc/sphinxext/mathmpl.py =================================================================== --- trunk/matplotlib/doc/sphinxext/mathmpl.py 2008-08-13 16:23:48 UTC (rev 6033) +++ trunk/matplotlib/doc/sphinxext/mathmpl.py 2008-08-13 18:10:33 UTC (rev 6034) @@ -100,7 +100,6 @@ if os.path.exists(filename): depth = mathtext_parser.get_depth(latex, dpi=100) else: - print latex.encode("ascii", "backslashreplace") try: depth = mathtext_parser.to_png(filename, latex, dpi=100) except: This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |