From 1e0cefa93f32ddeca5f5624e0607bb4cc68ac96e Mon Sep 17 00:00:00 2001 From: Chiara Marmo Date: Tue, 1 Dec 2020 12:21:48 +0100 Subject: [PATCH] DOC Refer to the new numpy intersphinx inventory (#18945) --- doc/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/conf.py b/doc/conf.py index 3cf5ba595bdf7..dc97f1fd5be75 100644 --- a/doc/conf.py +++ b/doc/conf.py @@ -268,7 +268,7 @@ intersphinx_mapping = { 'python': ('https://docs.python.org/{.major}'.format( sys.version_info), None), - 'numpy': ('https://docs.scipy.org/doc/numpy/', None), + 'numpy': ('https://numpy.org/doc/stable', None), 'scipy': ('https://docs.scipy.org/doc/scipy/reference', None), 'matplotlib': ('https://matplotlib.org/', None), 'pandas': ('https://pandas.pydata.org/pandas-docs/stable/', None),