Docs: point to Django stable docs

Avoid pointing Djrill users toward Django dev docs.

[ci skip]
This commit is contained in:
medmunds
2015-05-13 18:56:15 -07:00
parent c83aee0bf2
commit ef0051dd36
4 changed files with 7 additions and 4 deletions

View File

@@ -253,7 +253,7 @@ texinfo_documents = [
intersphinx_mapping = {
'python': ('http://docs.python.org/2.7', None),
'django': ('http://docs.djangoproject.com/en/dev/', 'http://docs.djangoproject.com/en/dev/_objects/'),
'django': ('http://docs.djangoproject.com/en/stable/', 'http://docs.djangoproject.com/en/stable/_objects/'),
'requests': ('http://docs.python-requests.org/en/latest/', None),
}