From 964f77dc54b1bf367ac7fe4eef969abe61b066ff Mon Sep 17 00:00:00 2001 From: Mike Date: Sun, 15 Oct 2023 16:24:12 -0700 Subject: [PATCH] refactor(docs): Update intersphinx mapping in Sphinx configuration --- 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 ae9b797..3547157 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -149,7 +149,7 @@ texinfo_documents = [ # -- 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)} # -- Autodoc configuration ---------------------------------------------------