From d052340a3fbae49b0ad2367b6025d8af0dab1cb4 Mon Sep 17 00:00:00 2001 From: "Adam J. Stewart" Date: Sun, 23 Apr 2023 21:09:17 -0500 Subject: [PATCH] Docs: update intersphinx_mapping to modern style --- 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 b8a1a27d..4aa48308 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -219,7 +219,7 @@ pdf_fit_mode = "overflow" # Example configuration for intersphinx: refer to the Python standard library. -intersphinx_mapping = {"http://docs.python.org/": None} +intersphinx_mapping = {"python": ("http://docs.python.org/3", None)} # -- Extension configuration -------------------------------------------------