From a3b07664c6e94e81ee55d80629d47bdb4caf01be Mon Sep 17 00:00:00 2001 From: Andrew Bolster Date: Thu, 10 Oct 2024 09:14:00 +0000 Subject: [PATCH] Update intersphinx_mapping in conf.py to fix documentation generation --- docs/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/conf.py b/docs/conf.py index b496df41..e36dd3d6 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -179,7 +179,7 @@ # -- Options for intersphinx extension --------------------------------------- # 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)} # -- Options for todo extension ----------------------------------------------