summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorAymeric Augustin <aymeric.augustin@m4x.org>2013-05-27 11:15:40 +0200
committerAymeric Augustin <aymeric.augustin@m4x.org>2013-05-27 11:16:27 +0200
commit8f2eaab0e5dbcd9dd5cfa0b4eec2a9026b83d309 (patch)
tree3eb6d10f663e4ad52d49ac22dee6e16a808abd93 /docs
parentfd48d2d438ed6f58b9bae08b8866dd6e50dd673d (diff)
[1.5.x] Fixed URL for six inventory.
Backport of 749c2e4 from master.
Diffstat (limited to 'docs')
-rw-r--r--docs/conf.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/conf.py b/docs/conf.py
index bc77e070e4..a3259e3083 100644
--- a/docs/conf.py
+++ b/docs/conf.py
@@ -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),
}