diff options
author | Ben Reynwar <ben@reynwar.net> | 2012-05-17 07:34:29 -0700 |
---|---|---|
committer | Ben Reynwar <ben@reynwar.net> | 2012-05-17 07:34:29 -0700 |
commit | 3ff3257f9fdbf3cd3f88036ebdbf36c70891a53e (patch) | |
tree | cc22cadd6144bb4bc09cbf4db66c88c649b2fd6c /docs | |
parent | 40d1539f04b945045352db7329ae83562c32ddf0 (diff) |
Add sphinx mathjax extension.
Diffstat (limited to 'docs')
-rw-r--r-- | docs/sphinx/source/conf.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/sphinx/source/conf.py b/docs/sphinx/source/conf.py index f5422ee412..6fa24218e2 100644 --- a/docs/sphinx/source/conf.py +++ b/docs/sphinx/source/conf.py @@ -25,7 +25,7 @@ sys.path.insert(0, os.path.abspath('..')) # Add any Sphinx extension module names here, as strings. They can be extensions # coming with Sphinx (named 'sphinx.ext.*') or your custom ones. -extensions = ['sphinx.ext.autodoc', 'sphinx.ext.doctest', 'sphinx.ext.autosummary', 'gnuradio_sphinx', 'hieroglyph'] +extensions = ['sphinx.ext.autodoc', 'sphinx.ext.doctest', 'sphinx.ext.autosummary', 'sphinx.ext.mathjax', 'gnuradio_sphinx', 'hieroglyph'] # Add any paths that contain templates here, relative to this directory. templates_path = ['_templates'] |