From 01d86e3317e63d94286166962c1c7c0229a08538 Mon Sep 17 00:00:00 2001 From: Tony S Yu Date: Wed, 9 May 2012 18:56:46 -0400 Subject: [PATCH] DOC: Remove Sphinx extension for inheritence trees. --- doc/source/conf.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/doc/source/conf.py b/doc/source/conf.py index 7b3ed3c9..92a0e1db 100644 --- a/doc/source/conf.py +++ b/doc/source/conf.py @@ -32,8 +32,7 @@ except: # Add any Sphinx extension module names here, as strings. They can be extensions # coming with Sphinx (named 'sphinx.ext.*') or your custom ones. extensions = ['sphinx.ext.autodoc', 'sphinx.ext.pngmath', 'numpydoc', - 'sphinx.ext.autosummary', 'sphinx.ext.inheritance_diagram', - 'plot_directive', 'gen_rst'] + 'sphinx.ext.autosummary', 'plot_directive', 'gen_rst'] # Add any paths that contain templates here, relative to this directory. templates_path = ['_templates']