From efb4a624c9c1c2882a7344d088fa71c7d25e7b8c Mon Sep 17 00:00:00 2001 From: M Bussonnier Date: Fri, 3 May 2024 03:05:52 -0700 Subject: [PATCH] DOC: intersphinx, don't link to click dev version. (#11091) --- 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 50404233fc1..8e3874e68fa 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -349,7 +349,7 @@ "https://filesystem-spec.readthedocs.io/en/latest/", "https://filesystem-spec.readthedocs.io/en/latest/objects.inv", ), - "click": ("https://click.palletsprojects.com/en/latest/", None), + "click": ("https://click.palletsprojects.com/", None), "scipy": ("https://docs.scipy.org/doc/scipy", None), }