mirror of
https://github.com/Unidata/python-awips.git
synced 2025-02-23 22: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 = [
|
||||
'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.
|
||||
|
|
Loading…
Add table
Reference in a new issue