diff --git a/sphinxcontrib_django/roles.py b/sphinxcontrib_django/roles.py index 8f66d12..a89b264 100644 --- a/sphinxcontrib_django/roles.py +++ b/sphinxcontrib_django/roles.py @@ -84,7 +84,7 @@ def add_default_intersphinx_mappings( :param config: The Sphinx configuration """ DEFAULT_INTERSPHINX_MAPPING = { - "python": ("https://docs.python.org/", None), + "python": ("https://docs.python.org/3/", None), "sphinx": ("https://www.sphinx-doc.org/en/master/", None), "django": ( "https://docs.djangoproject.com/en/stable/",