diff options
author | Jody Klymak <jklymak@gmail.com> | 2021-02-16 15:28:33 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-02-16 15:28:33 -0800 |
commit | 726a7eb0997a87c664876ac316f037b64c9b8805 (patch) | |
tree | fff8ca7dbf48f527c47327d5c0e5973f7b8e8c89 | |
parent | e9070852051515395e0ae9bbe66f929111d59c41 (diff) | |
download | numpy-726a7eb0997a87c664876ac316f037b64c9b8805.tar.gz |
DOC: point intersphinx to matplotlib/stable...
matplotlib canonical docs are now https://matplotlib.org/stable
-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 eff5a90f1..238f8588a 100644 --- a/doc/source/conf.py +++ b/doc/source/conf.py @@ -285,7 +285,7 @@ intersphinx_mapping = { 'neps': ('https://numpy.org/neps', None), 'python': ('https://docs.python.org/dev', None), 'scipy': ('https://docs.scipy.org/doc/scipy/reference', None), - 'matplotlib': ('https://matplotlib.org', None), + 'matplotlib': ('https://matplotlib.org/stable', None), 'imageio': ('https://imageio.readthedocs.io/en/stable', None), 'skimage': ('https://scikit-image.org/docs/stable', None), 'pandas': ('https://pandas.pydata.org/pandas-docs/stable', None), |