Update Sphinx links to Django 1.5 and Python 2.7

This commit is contained in:
Joost Cassee 2013-04-11 04:07:17 +02:00
parent b5b4716db8
commit 8e3c6ef34d

View file

@ -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/',
}