From 565fc02295380465bd5ea103fc3cbffbf737bfd4 Mon Sep 17 00:00:00 2001 From: dalthviz <16781833+dalthviz@users.noreply.github.com> Date: Wed, 22 Nov 2023 17:12:45 -0500 Subject: [PATCH] Update intersphinx_mapping 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 275a3ce0..6c16c1b8 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -310,4 +310,4 @@ # 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)}