diff --git a/docs/conf.py b/docs/conf.py index b410b01e..d6d6f734 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -316,5 +316,5 @@ def find_version(*file_paths): # 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)} html_theme = "alabaster"