From 8e3c6ef34df657d3ad6854aa984185804d3d69df Mon Sep 17 00:00:00 2001 From: Joost Cassee Date: Thu, 11 Apr 2013 04:07:17 +0200 Subject: [PATCH] Update Sphinx links to Django 1.5 and Python 2.7 --- docs/conf.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/conf.py b/docs/conf.py index 47f1ef6..85f1b2f 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -28,8 +28,8 @@ add_function_parentheses = True pygments_style = 'sphinx' intersphinx_mapping = { - 'http://docs.python.org/2.6': None, - 'http://docs.djangoproject.com/en/1.3': 'http://docs.djangoproject.com/en/1.4/_objects/', + 'http://docs.python.org/2.7': None, + 'http://docs.djangoproject.com/en/1.3': 'http://docs.djangoproject.com/en/1.5/_objects/', }