Browse Source

use python3.6 as doc reference

0.9
Rossen Georgiev 7 years ago
parent
commit
4656fbbf85
  1. 2
      docs/conf.py

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

Loading…
Cancel
Save