diff --git a/docs/source/conf.py b/docs/source/conf.py index 222b95c9f5..00fab6a7ab 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -254,7 +254,7 @@ napoleon_use_ivar = True intersphinx_mapping = { 'python': ('https://docs.python.org/3', 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), 'pandas': ('https://pandas.pydata.org/pandas-docs/stable/', None), 'matplotlib': ('https://matplotlib.org/', None)