Skip to content
Snippets Groups Projects
Commit cc613fcd authored by Simon Labarthe's avatar Simon Labarthe
Browse files

add nbsphinx and sphinx_gallery in sphinx conf

parent 608e7dcc
No related branches found
No related tags found
No related merge requests found
......@@ -30,6 +30,8 @@ extensions = [
'sphinx.ext.viewcode',
'sphinx.ext.githubpages',
'sphinx.ext.napoleon',
"nbsphinx",
"sphinx_gallery.load_style",
]
# Napoleon settings
......@@ -53,9 +55,9 @@ exclude_patterns = []
autodoc_mock_imports = ['numpy', 'geopandas', 'matplotlib', 'scipy', 'imageio', 'pandas', 'shapely', 'joblib']
intersphinx_mapping = {
'numpy': ('http://docs.scipy.org/doc/numpy', None),
'scipy': ('http://docs.scipy.org/doc/scipy/reference', None),
}
'numpy': ('http://docs.scipy.org/doc/numpy', None),
'scipy': ('http://docs.scipy.org/doc/scipy/reference', None),
}
# -- Options for HTML output -------------------------------------------------
# https://www.sphinx-doc.org/en/master/usage/configuration.html#options-for-html-output
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment