Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 16ec843 commit b832558Copy full SHA for b832558
1 file changed
doc/sphinxext/mathpng.py
@@ -100,6 +100,7 @@ def latex2html(node, source):
100
for i in range(count):
101
if os.path.exists(path): break
102
path = '../'+path
103
+ path = '../'+path #specifically added for matplotlib
104
if inline and '_' in latex:
105
align = 'align="absmiddle" '
106
else:
0 commit comments