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