From f2a5efa929a1d0609cc5ed8bc1080460fd624eec Mon Sep 17 00:00:00 2001 From: Phil Elson Date: Wed, 23 Jan 2013 18:24:27 +0000 Subject: [PATCH] Fixed doc dependency on numpy_ext.numpydoc --- doc/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/conf.py b/doc/conf.py index c7df48988b97..9a1e010b3046 100644 --- a/doc/conf.py +++ b/doc/conf.py @@ -31,7 +31,7 @@ 'matplotlib.sphinxext.plot_directive', 'sphinx.ext.inheritance_diagram', 'gen_gallery', 'gen_rst', 'matplotlib.sphinxext.ipython_console_highlighting', 'github', - 'numpy_ext.numpydoc'] + 'numpydoc'] try: