Skip to content

Commit 9525f0a

Browse files
committed
DOC: Update intersphinx mapping
1 parent a9b9a96 commit 9525f0a

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

docs/conf.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -335,10 +335,10 @@
335335

336336
# Example configuration for intersphinx: refer to the Python standard library.
337337
intersphinx_mapping = {
338-
"python": ("https://docs.python.org/", None),
339-
"numpy": ("http://docs.scipy.org/doc/numpy", None),
340-
"scipy": ("http://docs.scipy.org/doc/scipy/reference", None),
341-
"matplotlib": ("http://matplotlib.sourceforge.net", None),
338+
"python": ("https://docs.python.org/3/", None),
339+
"numpy": ("https://docs.scipy.org/doc/numpy", None),
340+
"scipy": ("https://docs.scipy.org/doc/scipy/reference", None),
341+
"matplotlib": ("https://matplotlib.org/", None),
342342
"bids": ("https://bids-standard.github.io/pybids/", None),
343343
"nibabel": ("https://nipy.org/nibabel/", None),
344344
"nipype": ("https://nipype.readthedocs.io/en/latest/", None),

0 commit comments

Comments
 (0)