3.10. sphinx.ext.jsmath¶
Set up everything for use of JSMath to display math in HTML via JavaScript.
| copyright: | Copyright 2007-2016 by the Sphinx team, see AUTHORS. |
|---|---|
| license: | BSD, see LICENSE for details. |
3.10.1. Functions¶
builder_inited(app) |
|
html_visit_displaymath(self, node) |
|
html_visit_math(self, node) |
|
mathbase_setup(app, htmlinlinevisitors, ...) |
|
setup(app) |
3.10.2. Exceptions¶
ExtensionError(message[, orig_exc]) |
Raised if something’s wrong with the configuration. |