From 6ecae6d789d525e8c2c98edf509e0cabafacab3e Mon Sep 17 00:00:00 2001 From: mjames-upc Date: Tue, 15 Mar 2016 20:41:48 -0500 Subject: [PATCH] ExtensionError: Could not import extension notebook_gen_sphinxext --- docs/source/conf.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/source/conf.py b/docs/source/conf.py index 4797b6b..1691145 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -37,8 +37,8 @@ sys.path.insert(0, os.path.abspath('../..')) extensions = [ 'sphinx.ext.autodoc', 'sphinx.ext.intersphinx', - 'sphinx.ext.viewcode', - 'notebook_gen_sphinxext' + 'sphinx.ext.viewcode' + #'notebook_gen_sphinxext' ] # Add any paths that contain templates here, relative to this directory.