Skip to content

Commit dc11bf3

Browse files
committed
Update intersphinx mapping with canonical sources
1 parent aaa3ade commit dc11bf3

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)