ExtensionError: Could not import extension notebook_gen_sphinxext

This commit is contained in:
mjames-upc 2016-03-15 20:41:48 -05:00
parent 46a05764ea
commit 6ecae6d789

View file

@ -37,8 +37,8 @@ sys.path.insert(0, os.path.abspath('../..'))
extensions = [ extensions = [
'sphinx.ext.autodoc', 'sphinx.ext.autodoc',
'sphinx.ext.intersphinx', 'sphinx.ext.intersphinx',
'sphinx.ext.viewcode', 'sphinx.ext.viewcode'
'notebook_gen_sphinxext' #'notebook_gen_sphinxext'
] ]
# Add any paths that contain templates here, relative to this directory. # Add any paths that contain templates here, relative to this directory.