From e2b047eb535e431d545e11d6a77c9bddf3ebc054 Mon Sep 17 00:00:00 2001 From: Jirka Borovec <6035284+Borda@users.noreply.github.com> Date: Thu, 16 Nov 2023 11:30:38 -0500 Subject: [PATCH] docs: fix inter-sphinx to `numpy` (#19014) --- docs/source-app/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source-app/conf.py b/docs/source-app/conf.py index 2bb1e2c771..b3e384f2a0 100644 --- a/docs/source-app/conf.py +++ b/docs/source-app/conf.py @@ -254,7 +254,7 @@ epub_exclude_files = ["search.html"] intersphinx_mapping = { "python": ("https://docs.python.org/3", None), "torch": ("https://pytorch.org/docs/stable/", None), - "numpy": ("https://docs.scipy.org/doc/numpy/", None), + "numpy": ("https://numpy.org/doc/stable/", None), } nitpicky = True