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), }