Use intersphinx file from numpy.org

Raises a notice when building documentation that
the file has been moved. Docs still build correctly,
but don't know how long the inventory file will exist under
the scipy domain
This commit is contained in:
Andrew Johnson 2020-06-19 07:49:56 -04:00
parent a905e5c9e2
commit 5db729e3e1
No known key found for this signature in database
GPG key ID: 253418E91B7F6FEB

View file

@ -254,7 +254,7 @@ napoleon_use_ivar = True
intersphinx_mapping = {
'python': ('https://docs.python.org/3', None),
'numpy': ('https://docs.scipy.org/doc/numpy/', None),
'numpy': ('https://numpy.org/doc/stable/', None),
'scipy': ('https://docs.scipy.org/doc/scipy/reference', None),
'pandas': ('https://pandas.pydata.org/pandas-docs/stable/', None),
'matplotlib': ('https://matplotlib.org/', None)