Skip to content

Commit b445fbd

Browse files
committed
Upgrade intersphinx to Django 1.11
1 parent ac6bccf commit b445fbd

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)