mirror of
https://github.com/Unidata/python-awips.git
synced 2025-02-24 06:57:56 -05:00
ExtensionError: Could not import extension notebook_gen_sphinxext
This commit is contained in:
parent
46a05764ea
commit
6ecae6d789
1 changed files with 2 additions and 2 deletions
|
@ -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.
|
||||||
|
|
Loading…
Add table
Reference in a new issue