summaryrefslogtreecommitdiff
path: root/doc/source/conf.py
diff options
context:
space:
mode:
authorJody Klymak <jklymak@gmail.com>2021-02-16 15:28:33 -0800
committerGitHub <noreply@github.com>2021-02-16 15:28:33 -0800
commit726a7eb0997a87c664876ac316f037b64c9b8805 (patch)
treefff8ca7dbf48f527c47327d5c0e5973f7b8e8c89 /doc/source/conf.py
parente9070852051515395e0ae9bbe66f929111d59c41 (diff)
downloadnumpy-726a7eb0997a87c664876ac316f037b64c9b8805.tar.gz
DOC: point intersphinx to matplotlib/stable...
matplotlib canonical docs are now https://matplotlib.org/stable
Diffstat (limited to 'doc/source/conf.py')
-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 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),