summaryrefslogtreecommitdiff
path: root/docs/conf.py
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:15:40 +0200
commit749c2e4333893671565124b1676f5398ef9d6368 (patch)
tree04aa2b3db8d4d4b1883f399bbdb9ab0429d74f33 /docs/conf.py
parent2a22540057d029507dc56c8203099887b35ed12d (diff)
Fixed URL for six inventory.
Diffstat (limited to 'docs/conf.py')
-rw-r--r--docs/conf.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/conf.py b/docs/conf.py
index a654e3c4d6..a01ddb60b8 100644
--- a/docs/conf.py
+++ b/docs/conf.py
@@ -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),
}