Skip to content

Commit 834bde2

Browse files
committed
DOC: activate intersphinx extension
1 parent bb3f48b commit 834bde2

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

doc/manual/source/conf.py

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@
3535
'sphinx.ext.autodoc',
3636
'sphinx.ext.coverage',
3737
'sphinx.ext.napoleon',
38+
'sphinx.ext.intersphinx',
3839
]
3940

4041
# Add any paths that contain templates here, relative to this directory.
@@ -266,4 +267,7 @@
266267

267268

268269
# Example configuration for intersphinx: refer to the Python standard library.
269-
# intersphinx_mapping = {'http://docs.python.org/': None}
270+
intersphinx_mapping = {
271+
'numpy': ('https://docs.scipy.org/doc/numpy', None),
272+
'python' : ('https://docs.python.org/3.7', None),
273+
}

0 commit comments

Comments
 (0)