From 613ee0dd87a98ae8e2022eb251ab795b14606b66 Mon Sep 17 00:00:00 2001 From: "Lerond, Jeremy" Date: Fri, 11 Oct 2024 09:53:42 -0700 Subject: [PATCH] Fix sphinx config. --- 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 3e7bb0d..85f2752 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -208,7 +208,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 ----------------------------------------------