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 e6e009e commit 5e6253eCopy full SHA for 5e6253e
sphinx/ext/mathjax.py
@@ -85,7 +85,6 @@ def install_mathjax(app: Sphinx, pagename: str, templatename: str, context: Dict
85
if app.config.mathjax_options:
86
options.update(app.config.mathjax_options)
87
if 'async' not in options and 'defer' not in options:
88
- print(options, app.config.mathjax3_config)
89
if app.config.mathjax3_config:
90
# Load MathJax v3 via "defer" method
91
options['defer'] = 'defer'
0 commit comments