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 26fecaf + 6272387 commit 287e46dCopy full SHA for 287e46d
sphinx/ext/imgmath.py
@@ -178,8 +178,8 @@ def render_math(self, math):
178
raise
179
self.builder.warn('%s command %r cannot be run (needed for math '
180
'display), check the imgmath_%s setting' %
181
- image_translator, image_translator_executable,
182
- image_translator)
+ (image_translator, image_translator_executable,
+ image_translator))
183
self.builder._imgmath_warned_image_translator = True
184
return None, None
185
0 commit comments