mirror of
https://github.com/django/django.git
synced 2025-04-15 12:54:38 +00:00
[1.5.x] Fixed URL for six inventory.
Backport of 749c2e4 from master.
This commit is contained in:
parent
fd48d2d438
commit
8f2eaab0e5
@ -94,7 +94,7 @@ pygments_style = 'trac'
|
||||
intersphinx_mapping = {
|
||||
'python': ('http://docs.python.org/2.7', None),
|
||||
'sphinx': ('http://sphinx.pocoo.org/', None),
|
||||
'six': ('http://packages.python.org/six/', None),
|
||||
'six': ('http://pythonhosted.org/six/', None),
|
||||
'simplejson': ('http://simplejson.readthedocs.org/en/latest/', None),
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user