summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormelissawm <melissawm.github@gmail.com>2022-02-08 14:00:24 -0300
committermelissawm <melissawm.github@gmail.com>2022-02-08 14:00:24 -0300
commit0b64e2a91483b80b86ab8a44534e09c015fdea88 (patch)
treef302f00dc1f40ab1eb541dfcf4720c8b2fc3c67a
parentf69ddd7111048111a7e486a2d7d008bd231af33d (diff)
downloadnumpy-0b64e2a91483b80b86ab8a44534e09c015fdea88.tar.gz
MAINT, DOC: Fix SciPy intersphinx link
-rw-r--r--doc/source/conf.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/source/conf.py b/doc/source/conf.py
index b908d649e..5b7c2a5e6 100644
--- a/doc/source/conf.py
+++ b/doc/source/conf.py
@@ -298,7 +298,7 @@ texinfo_documents = [
intersphinx_mapping = {
'neps': ('https://numpy.org/neps', None),
'python': ('https://docs.python.org/3', None),
- 'scipy': ('https://docs.scipy.org/doc/scipy/reference', None),
+ 'scipy': ('https://docs.scipy.org/doc/scipy', None),
'matplotlib': ('https://matplotlib.org/stable', None),
'imageio': ('https://imageio.readthedocs.io/en/stable', None),
'skimage': ('https://scikit-image.org/docs/stable', None),