diff --git a/docs/conf.py b/docs/conf.py index 268c586..d1d72bb 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -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']