From 6b74e48143489bf23e074566e2da9db3ff6739c9 Mon Sep 17 00:00:00 2001 From: adeshpande <110117391+JasonGrace2282@users.noreply.github.com> Date: Sun, 9 Jun 2024 08:59:02 -0400 Subject: [PATCH] Update python intersphinx --- sphinxcontrib_django/roles.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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/",