Test addition to conf.py for plotting in the documentation.

This commit is contained in:
Rowan Cockett
2013-09-30 10:53:06 -07:00
parent 11f4c5ba51
commit b8e234a56e
+1 -1
View File
@@ -27,7 +27,7 @@ sys.path.append('../')
# 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.todo', 'sphinx.ext.mathjax', 'sphinx.ext.viewcode', 'sphinx.ext.autodoc'] #, 'matplotlib.sphinxext.plot_directive'
extensions = ['sphinx.ext.todo', 'sphinx.ext.mathjax', 'sphinx.ext.viewcode', 'sphinx.ext.autodoc', 'matplotlib.sphinxext.plot_directive']
# Add any paths that contain templates here, relative to this directory.
templates_path = ['_templates']