module documentation

Allow MathJax to be used to display math in Sphinx's HTML writer -- requires the MathJax JavaScript library on your webserver/computer.

Unknown Field: copyright
Copyright 2007-2022 by the Sphinx team, see AUTHORS.
Unknown Field: license
BSD, see LICENSE for details.
Constant MATHJAX​_URL Undocumented
Variable logger Undocumented
Function html​_visit​_displaymath Undocumented
Function html​_visit​_math Undocumented
Function install​_mathjax Undocumented
Function setup Undocumented
MATHJAX_URL: str =

Undocumented

Value
'https://cdn.jsdelivr.net/npm/mathjax@3/es5/tex-mml-chtml.js'
logger =

Undocumented

def html_visit_displaymath(self, node):

Undocumented

Parameters
node:nodes.math_blockUndocumented
def html_visit_math(self, node):

Undocumented

Parameters
node:nodes.mathUndocumented
def install_mathjax(app, pagename, templatename, context, event_arg):

Undocumented

Parameters
app:SphinxUndocumented
pagename:strUndocumented
templatename:strUndocumented
context:DictUndocumented
event​_arg:AnyUndocumented
def setup(app):

Undocumented

Parameters
app:SphinxUndocumented
Returns
Dict[str, Any]Undocumented