From cac4e80eb3ce9955a2185b7fc81684f147d95c38 Mon Sep 17 00:00:00 2001 From: Dylan Baker Date: Wed, 28 Feb 2018 08:31:51 -0800 Subject: docs: link against python 3.5 docs instead of 3.2 --- docs/source/api/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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), } -- cgit v1.2.3