Skip to content

Commit c4d374a

Browse files
committed
DOC: update intersphinx mapping
1 parent af7b4b0 commit c4d374a

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

doc/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@
1616
# These projects are also used for the sphinx_codeautolink extension:
1717
intersphinx_mapping = {
1818
'IPython': ('https://ipython.readthedocs.io/en/stable/', None),
19-
'matplotlib': ('https://matplotlib.org/', None),
20-
'numpy': ('https://docs.scipy.org/doc/numpy/', None),
19+
'matplotlib': ('https://matplotlib.org/stable/', None),
20+
'numpy': ('https://numpy.org/doc/stable/', None),
2121
'pandas': ('https://pandas.pydata.org/docs/', None),
2222
'python': ('https://docs.python.org/3/', None),
2323
}

0 commit comments

Comments
 (0)