diff --git a/sphinx/ext/imgmath.py b/sphinx/ext/imgmath.py index 25fdd702d..302a025a1 100644 --- a/sphinx/ext/imgmath.py +++ b/sphinx/ext/imgmath.py @@ -111,8 +111,8 @@ def write_svg_depth(filename: str, depth:int) -> None: f.write('\n' % depth) -def generate_latex_macro(image_format: str, math: str, - config: Config, confdir: str = '') -> str: +def generate_latex_macro(image_format: str, + math: str, config: Config, confdir: str = '') -> str: """Generate LaTeX macro.""" variables = { 'fontsize': config.imgmath_font_size,