diff options
| author | Claude Paroz <claude@2xlibre.net> | 2014-04-26 16:00:15 +0200 |
|---|---|---|
| committer | Claude Paroz <claude@2xlibre.net> | 2014-04-26 16:03:40 +0200 |
| commit | e441cebce340f54741be957817cc034000deab3c (patch) | |
| tree | 0a1b9730a86f6a3660961e220cd099494f9fd8f2 /docs/conf.py | |
| parent | abd68b5affaec35e941b49f1b0a4cb8d70c22d7b (diff) | |
[1.7.x] Updated doc links to point to Python 3 documentation
Backport of 680a0f08b from master.
Diffstat (limited to 'docs/conf.py')
| -rw-r--r-- | docs/conf.py | 4 |
1 files changed, 2 insertions, 2 deletions
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), |
