summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRoss Barnowski <rossbar@berkeley.edu>2022-02-01 17:41:36 -0800
committerRoss Barnowski <rossbar@berkeley.edu>2022-02-01 17:41:36 -0800
commit4f1283028f9f1e271cf4cbedc9ebe044a5c25be5 (patch)
tree16e01af54be994778a511c8d6fdba0b87b88edb1
parentff4b33edcf6819f24f9a1b4a483d64873cea2d5c (diff)
downloadnumpy-4f1283028f9f1e271cf4cbedc9ebe044a5c25be5.tar.gz
DOC: switch Python intersphinx link from dev to stable.
-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 d1abc6fad..b908d649e 100644
--- a/doc/source/conf.py
+++ b/doc/source/conf.py
@@ -297,7 +297,7 @@ texinfo_documents = [
# -----------------------------------------------------------------------------
intersphinx_mapping = {
'neps': ('https://numpy.org/neps', None),
- 'python': ('https://docs.python.org/dev', None),
+ 'python': ('https://docs.python.org/3', None),
'scipy': ('https://docs.scipy.org/doc/scipy/reference', None),
'matplotlib': ('https://matplotlib.org/stable', None),
'imageio': ('https://imageio.readthedocs.io/en/stable', None),