Skip to content

Commit

Permalink
Update python intersphinx
Browse files Browse the repository at this point in the history
  • Loading branch information
JasonGrace2282 authored Jun 9, 2024
1 parent e9d4308 commit 6b74e48
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sphinxcontrib_django/roles.py
Original file line number Diff line number Diff line change
Expand Up @@ -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/",
Expand Down

0 comments on commit 6b74e48

Please sign in to comment.