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),