diff --git a/docs/conf.py b/docs/conf.py index 915dfbd14..1a697a966 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -133,7 +133,7 @@ ogp_site_name = about["__title__"] intersphinx_mapping = { - "": ("https://docs.python.org/", None), + "python": ("https://docs.python.org/", None), "pytest": ("https://docs.pytest.org/en/stable/", None), }