Added Django 1.8 intersphinx

This commit is contained in:
Ilan Steemers
2015-07-09 10:58:43 +02:00
parent 5b3c8440ca
commit a1a3889b07
+3 -1
View File
@@ -42,7 +42,9 @@ extensions = [
# 'sphinx.ext.autodoc'
]
intersphinx_mapping = {'python': ('https://docs.python.org/3.4', None)}
intersphinx_mapping = {'python': ('https://docs.python.org/3.4', None),
'django': ('https://docs.djangoproject.com/en/1.8/',
'https://docs.djangoproject.com/en/1.8//_objects/')}
# Add any paths that contain templates here, relative to this directory.
templates_path = ['_templates']