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 2de8b18 commit 3320913Copy full SHA for 3320913
lib/matplotlib/sphinxext/mathmpl.py
@@ -72,7 +72,7 @@ def latex2html(node, source):
72
if not os.path.exists(destdir):
73
os.makedirs(destdir)
74
dest = os.path.join(destdir, '%s.png' % name)
75
- path = os.path.join(setup.app.builder.imgpath, 'mathmpl')
+ path = '/'.join((setup.app.builder.imgpath, 'mathmpl'))
76
77
depth = latex2png(latex, dest, node['fontset'])
78
0 commit comments