From 55916a290dc7b7733a820c7fa7256d7cd99493ac Mon Sep 17 00:00:00 2001 From: Tianqi Chen Date: Mon, 2 Aug 2021 14:36:40 -0400 Subject: [PATCH] [DOCS] Fix scipy docs inv (#8619) --- docs/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/conf.py b/docs/conf.py index 3706c6201ba3..b008c305b1e7 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -190,7 +190,7 @@ def git_describe_version(original_version): intersphinx_mapping = { "python": ("https://docs.python.org/{.major}".format(sys.version_info), None), "numpy": ("https://numpy.org/doc/stable", None), - "scipy": ("https://docs.scipy.org/doc/scipy/reference", None), + "scipy": ("https://docs.scipy.org/doc/scipy/", None), "matplotlib": ("https://matplotlib.org/", None), }