From e441cebce340f54741be957817cc034000deab3c Mon Sep 17 00:00:00 2001 From: Claude Paroz Date: Sat, 26 Apr 2014 16:00:15 +0200 Subject: [1.7.x] Updated doc links to point to Python 3 documentation Backport of 680a0f08b from master. --- docs/conf.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'docs/conf.py') diff --git a/docs/conf.py b/docs/conf.py index f10354f244..c3c6d0e6fb 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -118,10 +118,10 @@ show_authors = False # The name of the Pygments (syntax highlighting) style to use. pygments_style = 'trac' -# Links to Python's docs should reference the most recent version of the 2.x +# Links to Python's docs should reference the most recent version of the 3.x # branch, which is located at this URL. intersphinx_mapping = { - 'python': ('http://docs.python.org/', None), + 'python': ('http://docs.python.org/3/', None), 'sphinx': ('http://sphinx-doc.org/', None), 'six': ('http://pythonhosted.org/six/', None), 'simplejson': ('http://simplejson.readthedocs.org/en/latest/', None), -- cgit v1.3