We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bb3f48b commit 834bde2Copy full SHA for 834bde2
1 file changed
doc/manual/source/conf.py
@@ -35,6 +35,7 @@
35
'sphinx.ext.autodoc',
36
'sphinx.ext.coverage',
37
'sphinx.ext.napoleon',
38
+ 'sphinx.ext.intersphinx',
39
]
40
41
# Add any paths that contain templates here, relative to this directory.
@@ -266,4 +267,7 @@
266
267
268
269
# Example configuration for intersphinx: refer to the Python standard library.
-# 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