mirror of
https://github.com/sphinx-doc/sphinx.git
synced 2025-02-25 18:55:22 -06:00
imgmath: Add missing parentheses for string formatting
This commit is contained in:
parent
1b147f1b2f
commit
62723872bc
@ -178,8 +178,8 @@ def render_math(self, math):
|
||||
raise
|
||||
self.builder.warn('%s command %r cannot be run (needed for math '
|
||||
'display), check the imgmath_%s setting' %
|
||||
image_translator, image_translator_executable,
|
||||
image_translator)
|
||||
(image_translator, image_translator_executable,
|
||||
image_translator))
|
||||
self.builder._imgmath_warned_image_translator = True
|
||||
return None, None
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user