Skip to content

Commit 3c04a96

Browse files
authored
Merge pull request #6085 from readthedocs/davidfischer/update-intersphinx-mapping
Update intersphinx mapping with canonical sources
2 parents 83f7b66 + dc11bf3 commit 3c04a96

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/conf.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -54,8 +54,8 @@ def get_version():
5454
exclude_patterns = ['_build']
5555
default_role = 'obj'
5656
intersphinx_mapping = {
57-
'python': ('https://python.readthedocs.io/en/latest/', None),
58-
'django': ('https://django.readthedocs.io/en/1.11.x/', None),
57+
'python': ('https://docs.python.org/3.6/', None),
58+
'django': ('https://docs.djangoproject.com/en/1.11/', 'https://docs.djangoproject.com/en/1.11/_objects/'),
5959
'sphinx': ('https://www.sphinx-doc.org/en/master/', None),
6060
}
6161
htmlhelp_basename = 'ReadTheDocsdoc'

0 commit comments

Comments
 (0)