From baa39a1c0558502e89c0c2fd40eb7791fd01afb3 Mon Sep 17 00:00:00 2001 From: Alan Saul Date: Thu, 31 Jan 2013 15:57:35 +0000 Subject: [PATCH] Changed to matplotlib sphinxext --- doc/conf.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/doc/conf.py b/doc/conf.py index acca9622..89647201 100644 --- a/doc/conf.py +++ b/doc/conf.py @@ -144,7 +144,8 @@ sys.path.append(os.path.abspath('./sphinxext')) # coming with Sphinx (named 'sphinx.ext.*') or your custom ones. print "Importing extensions" -extensions = ['sphinxext.ipython_directive', +print sys.path +extensions = ['matplotlib.sphinxext.ipython_directive', 'sphinx.ext.autodoc', 'sphinx.ext.viewcode' #'matplotlib.sphinxext.mathmpl', #'matplotlib.sphinxext.only_directives',