Skip to content
Snippets Groups Projects

Use jupyter-sphinx

Merged Oscar Gustafsson requested to merge jupytersphinx into master
4 files
+ 46
90
Compare changes
  • Side-by-side
  • Inline
Files
4
+ 1
0
@@ -24,6 +24,7 @@ extensions = [
@@ -24,6 +24,7 @@ extensions = [
'sphinx.ext.intersphinx',
'sphinx.ext.intersphinx',
'sphinx_gallery.gen_gallery',
'sphinx_gallery.gen_gallery',
'numpydoc', # Needs to be loaded *after* autodoc.
'numpydoc', # Needs to be loaded *after* autodoc.
 
'jupyter_sphinx',
]
]
templates_path = ['_templates']
templates_path = ['_templates']
Loading