Skip to content

Commit ef415b7

Browse files
authored
Merge pull request #5818 from rtfd/davidfischer/docs-upgrade-django-1-11
Upgrade intersphinx to Django 1.11
2 parents f7a616c + b445fbd commit ef415b7

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
@@ -54,7 +54,7 @@ def get_version():
5454
default_role = 'obj'
5555
intersphinx_mapping = {
5656
'python': ('https://python.readthedocs.io/en/latest/', None),
57-
'django': ('https://django.readthedocs.io/en/1.9.x/', None),
57+
'django': ('https://django.readthedocs.io/en/1.11.x/', None),
5858
'sphinx': ('https://sphinx.readthedocs.io/en/latest/', None),
5959
}
6060
htmlhelp_basename = 'ReadTheDocsdoc'

0 commit comments

Comments
 (0)