Add math support to Sphinx.

This commit is contained in:
Georg Brandl
2008-08-06 13:04:14 +00:00
parent b7b483d01f
commit 5941814c4a
17 changed files with 667 additions and 46 deletions

View File

@@ -21,7 +21,9 @@ import sys, os, re
# Add any Sphinx extension module names here, as strings. They can be extensions
# coming with Sphinx (named 'sphinx.addons.*') or your custom ones.
extensions = ['sphinx.ext.autodoc', 'sphinx.ext.doctest']
extensions = ['sphinx.ext.autodoc', 'sphinx.ext.doctest', 'sphinx.ext.pngmath']
#pngmath_use_preview = True
jsmath_path = '/home/gbr/jsMath/easy/load.js'
# Add any paths that contain templates here, relative to this directory.
templates_path = ['_templates']