summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--docs/source/api/conf.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/source/api/conf.py b/docs/source/api/conf.py
index 101fce21..54b31e07 100644
--- a/docs/source/api/conf.py
+++ b/docs/source/api/conf.py
@@ -250,7 +250,7 @@ man_pages = [
autodoc_member_order = 'bysource'
autoclass_content = 'both'
intersphinx_mapping = {
- 'python': ('http://docs.python.org/3.2', None),
+ 'python': ('http://docs.python.org/3.5', None),
'notmuch': ('http://packages.python.org/notmuch', None),
'urwid': ('http://urwid.readthedocs.org/en/latest', None),
}