From 2fdb278ee906ebe6b40f9204fad2a6d5715281d5 Mon Sep 17 00:00:00 2001 From: YusefSyed <211442445+YusefSyed@users.noreply.github.com> Date: Fri, 4 Sep 2026 20:00:07 -0400 Subject: [PATCH] Use canonical NumPy intersphinx inventory URL --- docs/source/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/conf.py b/docs/source/conf.py index 3c0155a592..b2c71ff79b 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -395,7 +395,7 @@ # and the Numpy documentation. intersphinx_mapping = { "python": ("https://docs.python.org/3", None), - "numpy": ("https://docs.scipy.org/doc/numpy", None), + "numpy": ("https://numpy.org/doc/stable", None), "pandas": ("https://pandas.pydata.org/docs", None), "dask": ("https://docs.dask.org/en/latest", None), "bokeh": ("https://docs.bokeh.org/en/latest", None),