diff options
| author | Ross Barnowski <rossbar@berkeley.edu> | 2022-02-01 17:41:36 -0800 |
|---|---|---|
| committer | Ross Barnowski <rossbar@berkeley.edu> | 2022-02-01 17:41:36 -0800 |
| commit | 4f1283028f9f1e271cf4cbedc9ebe044a5c25be5 (patch) | |
| tree | 16e01af54be994778a511c8d6fdba0b87b88edb1 | |
| parent | ff4b33edcf6819f24f9a1b4a483d64873cea2d5c (diff) | |
| download | numpy-4f1283028f9f1e271cf4cbedc9ebe044a5c25be5.tar.gz | |
DOC: switch Python intersphinx link from dev to 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 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), |
