diff --git a/docs/conf.py b/docs/conf.py index 14ecbf84845..d0f2ed5acdb 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -54,7 +54,7 @@ def get_version(): default_role = 'obj' intersphinx_mapping = { 'python': ('https://python.readthedocs.io/en/latest/', None), - 'django': ('https://django.readthedocs.io/en/1.9.x/', None), + 'django': ('https://django.readthedocs.io/en/1.11.x/', None), 'sphinx': ('https://sphinx.readthedocs.io/en/latest/', None), } htmlhelp_basename = 'ReadTheDocsdoc'