From 24f05f51d2af1f4da59c3c636b3917b20d6b0e8f Mon Sep 17 00:00:00 2001 From: lisazeyen <35347358+lisazeyen@users.noreply.github.com> Date: Wed, 7 Aug 2024 09:56:26 +0200 Subject: [PATCH] fix intersphinx mapping --- doc/conf.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/doc/conf.py b/doc/conf.py index 5c4b3b89..a166dd70 100644 --- a/doc/conf.py +++ b/doc/conf.py @@ -341,4 +341,6 @@ texinfo_documents = [ # Example configuration for intersphinx: refer to the Python standard library. -intersphinx_mapping = {"https://docs.python.org/": None} +intersphinx_mapping = { + 'https://docs.python.org/': ('https://docs.python.org/3', None), +}