diff --git a/docs/source/conf.py b/docs/source/conf.py index 0581c1c9..d86ea492 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -62,7 +62,9 @@ html_static_path = ["_static"] # Example configuration for intersphinx: refer to the Python standard library. -intersphinx_mapping = {"https://docs.python.org/": None} +intersphinx_mapping = { + "python": ("https://docs.python.org/", None), +} autodoc_default_options = { "undoc-members": True,