|
From: <ds...@us...> - 2008-05-30 17:29:27
|
Revision: 5325
http://matplotlib.svn.sourceforge.net/matplotlib/?rev=5325&view=rev
Author: dsdale
Date: 2008-05-30 10:29:25 -0700 (Fri, 30 May 2008)
Log Message:
-----------
temporary hack to make mathpng extension work with the way we organized
doc/
Modified Paths:
--------------
trunk/matplotlib/doc/sphinxext/mathpng.py
Modified: trunk/matplotlib/doc/sphinxext/mathpng.py
===================================================================
--- trunk/matplotlib/doc/sphinxext/mathpng.py 2008-05-30 17:11:35 UTC (rev 5324)
+++ trunk/matplotlib/doc/sphinxext/mathpng.py 2008-05-30 17:29:25 UTC (rev 5325)
@@ -100,6 +100,7 @@
for i in range(count):
if os.path.exists(path): break
path = '../'+path
+ path = '../'+path #specifically added for matplotlib
if inline and '_' in latex:
align = 'align="absmiddle" '
else:
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|