summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorDylan Baker <dylan@pnwbakers.com>2018-02-28 08:31:51 -0800
committerDylan Baker <dylan@pnwbakers.com>2018-03-01 10:35:20 -0800
commitcac4e80eb3ce9955a2185b7fc81684f147d95c38 (patch)
tree359cb67894d16186811f667db48bf437224bf46a /docs
parent9e8ec4d4542de6208c837b5a25220f7d864ea820 (diff)
docs: link against python 3.5 docs instead of 3.2
Diffstat (limited to 'docs')
-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),
}