Skip to content

Commit cff7cb9

Browse files
benkonrathclaudep
authored andcommitted
Switch from Python 2 to 3 in intersphinx_mapping setting
1 parent a6b00f2 commit cff7cb9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/conf.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -320,7 +320,7 @@
320320

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

0 commit comments

Comments
 (0)