From 19513a23b2e8d43cca3188224c3f8c4380993db6 Mon Sep 17 00:00:00 2001 From: alex Date: Mon, 8 Dec 2014 13:24:35 -0500 Subject: [PATCH] MAINT: matplotlib.sphinxext.ipython_directive -> IPython.sphinxext.ipython_directive --- conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf.py b/conf.py index 884098c..d2e8f6f 100644 --- a/conf.py +++ b/conf.py @@ -25,7 +25,7 @@ extensions = ['matplotlib.sphinxext.mathmpl', 'matplotlib.sphinxext.only_directives', 'matplotlib.sphinxext.plot_directive', - 'matplotlib.sphinxext.ipython_directive', + 'IPython.sphinxext.ipython_directive', 'sphinx.ext.autodoc', 'sphinx.ext.doctest', 'sphinx.ext.inheritance_diagram',