Added the :mod:sphinx.ext.mathjax extension, based on

https://bitbucket.org/kevindunn/sphinx-extension-mathjax/ by Kevin Dunn.
This commit is contained in:
Georg Brandl
2011-01-06 13:21:36 +01:00
parent 0d1a8e5720
commit 1675a454ce
4 changed files with 111 additions and 9 deletions

View File

@@ -11,6 +11,7 @@ Other contributors, listed alphabetically, are:
* Etienne Desautels -- apidoc module
* Michael Droettboom -- inheritance_diagram extension
* Charles Duffy -- original graphviz extension
* Kevin Dunn -- MathJax extension
* Josip Dzolonga -- coverage builder
* Horst Gutmann -- internationalization support
* Martin Hans -- autodoc improvements