diff options
Diffstat (limited to 'doc/src')
-rw-r--r-- | doc/src/conf.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/src/conf.py b/doc/src/conf.py index 22c5c46..a918c08 100644 --- a/doc/src/conf.py +++ b/doc/src/conf.py @@ -61,8 +61,8 @@ except ImportError: release = version intersphinx_mapping = { - 'py': ('http://docs.python.org/', None), - 'py3': ('http://docs.python.org/3.4', None), + 'py': ('http://docs.python.org/2', None), + 'py3': ('http://docs.python.org/3', None), } # Pattern to generate links to the bug tracker |