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.
2 parents 2de8b18 + 3320913 commit ad21989Copy full SHA for ad21989
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