Skip to content

Commit

Permalink
Merge pull request #5818 from rtfd/davidfischer/docs-upgrade-django-1-11
Browse files Browse the repository at this point in the history
Upgrade intersphinx to Django 1.11
  • Loading branch information
davidfischer authored Jun 17, 2019
2 parents f7a616c + b445fbd commit ef415b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down

0 comments on commit ef415b7

Please sign in to comment.