diff --git a/docs/conf.py b/docs/conf.py index aced5d30..ecc295d2 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -179,4 +179,4 @@ # -- Options for intersphinx extension --------------------------------------- # Example configuration for intersphinx: refer to the Python standard library. -intersphinx_mapping = {"https://docs.python.org/3/": None} +intersphinx_mapping = {"python": ("https://docs.python.org/3/", None)}