From 99a39209ba545aa98843bf84464a93acbad7820d Mon Sep 17 00:00:00 2001 From: Alex Ioannidis Date: Thu, 2 Nov 2023 15:05:36 +0100 Subject: [PATCH] docs: fix intershpinx config --- docs/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/conf.py b/docs/conf.py index a05609e..7c036f6 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -322,4 +322,4 @@ # Example configuration for intersphinx: refer to the Python standard library. -intersphinx_mapping = {"https://docs.python.org/": None} +intersphinx_mapping = {"": ("https://docs.python.org/", None)}