Skip to content

Commit 04e9c20

Browse files
committed
Document configuration options
1 parent e3cdff0 commit 04e9c20

File tree

4 files changed

+372
-175
lines changed

4 files changed

+372
-175
lines changed

docs/conf.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@
3838
# ones.
3939
extensions = [
4040
'sample_summaries',
41+
'sphinx.ext.intersphinx',
4142
'sphinx_design',
4243
]
4344

@@ -49,6 +50,9 @@
4950
# This pattern also affects html_static_path and html_extra_path.
5051
exclude_patterns = ['_build', 'Thumbs.db', '.DS_Store']
5152

53+
intersphinx_mapping = {
54+
"matplotlib": ("https://matplotlib.org/stable", None),
55+
}
5256

5357
# -- Options for HTML output -------------------------------------------------
5458

0 commit comments

Comments
 (0)