summaryrefslogtreecommitdiff
path: root/docs/conf.py
diff options
context:
space:
mode:
authorAymeric Augustin <aymeric.augustin@m4x.org>2013-12-30 18:52:22 +0100
committerAymeric Augustin <aymeric.augustin@m4x.org>2013-12-30 19:09:45 +0100
commite5c89c62f2ea0b4d873eea8945d61cec3ba82673 (patch)
tree3e2291176ad81bcf29ba7f56d3dd98362e66c8a6 /docs/conf.py
parent99649ddcb21b5c07258569d4585ffe3cf9eb4f38 (diff)
Pointed intersphinx links to Python's default version.
Currently it's 3.3.
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 49e70fab84..6bc293d02a 100644
--- a/docs/conf.py
+++ b/docs/conf.py
@@ -110,7 +110,7 @@ pygments_style = 'trac'
# Links to Python's docs should reference the most recent version of the 2.x
# branch, which is located at this URL.
intersphinx_mapping = {
- 'python': ('http://docs.python.org/2.7', None),
+ 'python': ('http://docs.python.org/', None),
'sphinx': ('http://sphinx-doc.org/', None),
'six': ('http://pythonhosted.org/six/', None),
'simplejson': ('http://simplejson.readthedocs.org/en/latest/', None),