From 7f5200e4ba1bf52ca00697a20a398ba440d3e8b9 Mon Sep 17 00:00:00 2001 From: Alan Saul Date: Thu, 31 Jan 2013 15:46:34 +0000 Subject: [PATCH] Added other ipython directive extension --- doc/conf.py | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/doc/conf.py b/doc/conf.py index fceebf5b..5e87d0b0 100644 --- a/doc/conf.py +++ b/doc/conf.py @@ -146,8 +146,9 @@ print "Importing extensions" extensions = ['sphinx.ext.autodoc', 'sphinx.ext.viewcode', #'matplotlib.sphinxext.mathmpl', #'matplotlib.sphinxext.only_directives', - 'matplotlib.sphinxext.plot_directive', - #'matplotlib.sphinxext.ipython_directive' + #'matplotlib.sphinxext.plot_directive', + 'matplotlib.sphinxext.ipython_directive', + 'ipython_directive' ] #'sphinx.ext.doctest', #'ipython_console_highlighting',