Commit 749c2e43 authored by Aymeric Augustin's avatar Aymeric Augustin
Browse files

Fixed URL for six inventory.

parent 2a225400
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -109,7 +109,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),
}