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 03af1ca + 27f03ce commit 904b317Copy full SHA for 904b317
sphinx/ext/imgmath.py
@@ -185,7 +185,7 @@ def render_math(self, math):
185
186
stdout, stderr = p.communicate()
187
if p.returncode != 0:
188
- raise MathExtError('%s exited with error',
+ raise MathExtError('%s exited with error' %
189
image_translator, stderr, stdout)
190
depth = None
191
if use_preview and image_format == 'png': # depth is only useful for png
0 commit comments