From a647e41c8493a217a1ad2f0d3cfe1b9554a2dfef Mon Sep 17 00:00:00 2001 From: Alan Saul Date: Fri, 8 Feb 2013 16:46:32 +0000 Subject: [PATCH] About to exchange sphinxext --- doc/conf.py | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/doc/conf.py b/doc/conf.py index ac828c2c..78529fe9 100644 --- a/doc/conf.py +++ b/doc/conf.py @@ -88,10 +88,10 @@ extensions = ['sphinx.ext.autodoc', 'sphinx.ext.viewcode', 'sphinx.ext.pngmath', 'ipython_directive', - 'ipython_console_highlighting' - #'matplotlib.sphinxext.mathmpl', - #'matplotlib.sphinxext.only_directives', - #'matplotlib.sphinxext.plot_directive', + 'ipython_console_highlighting', + #'mathmpl', + 'only_directives', + 'plot_directive', ] print "finished importing"