mirror of
https://github.com/sphinx-doc/sphinx.git
synced 2025-02-25 18:55:22 -06:00
Merge branch '2.0'
This commit is contained in:
commit
91d8f10ec0
@ -111,8 +111,8 @@ def write_svg_depth(filename: str, depth:int) -> None:
|
||||
f.write('\n<!-- DEPTH=%s -->' % 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,
|
||||
|
Loading…
Reference in New Issue
Block a user