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 cf2ff75 commit 27f03ceCopy full SHA for 27f03ce
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