From bc4faf34302860adbd5bc4f1ea8f19377cf1a57e Mon Sep 17 00:00:00 2001 From: Alex Ioannidis Date: Tue, 2 May 2023 16:11:05 +0200 Subject: [PATCH] docs: fix intersphinx mapping --- docs/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/conf.py b/docs/conf.py index 1ff71f8..a4e75ea 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -312,7 +312,7 @@ # Example configuration for intersphinx: refer to the Python standard library. -intersphinx_mapping = {"https://docs.python.org/": None} +intersphinx_mapping = {"python": ("https://docs.python.org/3", None)} # Autodoc configuraton. autoclass_content = "both"