From a1a3889b0712ed878d6724a3602688e992a7f5d3 Mon Sep 17 00:00:00 2001 From: Ilan Steemers Date: Thu, 9 Jul 2015 10:58:43 +0200 Subject: [PATCH] Added Django 1.8 intersphinx --- docs/conf.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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']