summaryrefslogtreecommitdiff
path: root/docs/conf.py
diff options
context:
space:
mode:
authorJon Wayne Parrott <jon.wayne.parrott@gmail.com>2016-06-13 15:49:49 -0700
committerJon Wayne Parrott <jon.wayne.parrott@gmail.com>2016-06-28 09:49:47 -0700
commitdcb74e84ef63b53f43705aeb98dac4ecc5d8fd6b (patch)
treeb4c328e1de65ca03ae7f03075f879d08ac04ae92 /docs/conf.py
parentf04156c83ea599fadbb8b23dbf506928bcea345a (diff)
downloadurllib3-dcb74e84ef63b53f43705aeb98dac4ecc5d8fd6b.tar.gz
Updating intersphinx to python 3.4
Diffstat (limited to 'docs/conf.py')
-rw-r--r--docs/conf.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/conf.py b/docs/conf.py
index c869014b..749b72f5 100644
--- a/docs/conf.py
+++ b/docs/conf.py
@@ -251,4 +251,5 @@ man_pages = [
[u'Andrey Petrov'], 1)
]
-intersphinx_mapping = {'python': ('http://docs.python.org/2.7', None)}
+intersphinx_mapping = {
+ 'python': ('https://docs.python.org/3.4', None),}