3.13. sphinx.ext.mathjax

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

copyright:Copyright 2007-2016 by the Sphinx team, see AUTHORS.
license:BSD, see LICENSE for details.

3.13.1. Functions

builder_inited(app)
html_visit_displaymath(self, node)
html_visit_math(self, node)
mathbase_setup(app, htmlinlinevisitors, ...)
setup(app)

3.13.2. Exceptions

ExtensionError(message[, orig_exc]) Raised if something’s wrong with the configuration.