mirror of
https://github.com/django-q2/django-q2.git
synced 2026-09-25 09:08:12 +08:00
Added Django 1.8 intersphinx
This commit is contained in:
+3
-1
@@ -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']
|
||||
|
||||
Reference in New Issue
Block a user