Skip to content

Commit

Permalink
Switch from Python 2 to 3 in intersphinx_mapping setting
Browse files Browse the repository at this point in the history
  • Loading branch information
benkonrath authored and claudep committed Dec 24, 2024
1 parent a6b00f2 commit cff7cb9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -320,7 +320,7 @@

# Example configuration for intersphinx: refer to the Python standard library.
intersphinx_mapping = {
'python': ('https://docs.python.org/2', None),
'python': ('https://docs.python.org/3', None),
'django': ('https://docs.djangoproject.com/en/dev/',
'https://docs.djangoproject.com/en/dev/_objects/'),
}

0 comments on commit cff7cb9

Please sign in to comment.