diff options
| author | melissawm <melissawm.github@gmail.com> | 2022-02-08 14:00:24 -0300 |
|---|---|---|
| committer | melissawm <melissawm.github@gmail.com> | 2022-02-08 14:00:24 -0300 |
| commit | 0b64e2a91483b80b86ab8a44534e09c015fdea88 (patch) | |
| tree | f302f00dc1f40ab1eb541dfcf4720c8b2fc3c67a | |
| parent | f69ddd7111048111a7e486a2d7d008bd231af33d (diff) | |
| download | numpy-0b64e2a91483b80b86ab8a44534e09c015fdea88.tar.gz | |
MAINT, DOC: Fix SciPy intersphinx link
| -rw-r--r-- | doc/source/conf.py | 2 |
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), |
