From 4656fbbf8557a20439e1f4699a49f8c4005205cd Mon Sep 17 00:00:00 2001 From: Rossen Georgiev Date: Sat, 27 Jan 2018 18:25:36 +0000 Subject: [PATCH] use python3.6 as doc reference --- docs/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/conf.py b/docs/conf.py index 8d9170e..c11ca82 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -293,7 +293,7 @@ texinfo_documents = [ # LINK PYTHON DOCS intersphinx_mapping = { - 'python': ('https://docs.python.org/3.4', None), + 'python': ('https://docs.python.org/3.6', None), 'gevent': ('http://www.gevent.org', None), 'requests': ('http://docs.python-requests.org/en/master', None), }