From 65fe66f7bb6771e9e2bce62f36e345f585f00368 Mon Sep 17 00:00:00 2001 From: Matthias Bussonnier Date: Fri, 3 May 2024 10:08:58 +0200 Subject: [PATCH] MAINT: use new syntax for intersphinx_mapping. The old syntax is deprected since sphinx 6.2 and will be removed in teh future. --- docs/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/conf.py b/docs/conf.py index ae64ee5..d091415 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -296,7 +296,7 @@ # Example configuration for intersphinx: refer to the Python standard library. -intersphinx_mapping = {"https://docs.python.org/3/": None} +intersphinx_mapping = {"python": ("https://docs.python.org/3/", None)} def setup(_):