diff --git a/docs/source/conf.py b/docs/source/conf.py index b8a1a27d..4aa48308 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -219,7 +219,7 @@ pdf_fit_mode = "overflow" # Example configuration for intersphinx: refer to the Python standard library. -intersphinx_mapping = {"http://docs.python.org/": None} +intersphinx_mapping = {"python": ("http://docs.python.org/3", None)} # -- Extension configuration -------------------------------------------------