Updating django intersphinx link

This commit is contained in:
Nirupam Biswas 2012-08-31 16:54:08 +05:30
parent a15b7cd0f5
commit 97f5ce3b26

View file

@ -38,7 +38,7 @@ extensions = ['sphinx.ext.autodoc', 'sphinx.ext.intersphinx']
intersphinx_mapping = {
'python': ('http://python.readthedocs.org/en/latest/', None),
'django': ('http://django.readthedocs.org/en/latest/', None),
'django': ('http://django.readthedocs.org/en/latest/ref/', None),
}
# Add any paths that contain templates here, relative to this directory.