module documentation

Allow `MathJax`_ to be used to display math in Sphinx's HTML writer. This requires the MathJax JavaScript library on your webserver/computer. .. _MathJax: https://www.mathjax.org/

Function html_visit_displaymath Undocumented
Function html_visit_math Undocumented
Function install_mathjax Undocumented
Function setup Undocumented
Constant MATHJAX_URL Undocumented
Variable logger Undocumented
def html_visit_displaymath(self, node): (source)

Undocumented

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

Undocumented

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

Undocumented

Parameters
app:SphinxUndocumented
pagename:strUndocumented
templatename:strUndocumented
context:dict[str, Any]Undocumented
event_arg:AnyUndocumented
def setup(app): (source)

Undocumented

Parameters
app:SphinxUndocumented
Returns
dict[str, Any]Undocumented
MATHJAX_URL: str = (source)

Undocumented

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

Undocumented