diff options
| author | Jon Wayne Parrott <jon.wayne.parrott@gmail.com> | 2016-06-13 15:49:49 -0700 |
|---|---|---|
| committer | Jon Wayne Parrott <jon.wayne.parrott@gmail.com> | 2016-06-28 09:49:47 -0700 |
| commit | dcb74e84ef63b53f43705aeb98dac4ecc5d8fd6b (patch) | |
| tree | b4c328e1de65ca03ae7f03075f879d08ac04ae92 /docs/conf.py | |
| parent | f04156c83ea599fadbb8b23dbf506928bcea345a (diff) | |
| download | urllib3-dcb74e84ef63b53f43705aeb98dac4ecc5d8fd6b.tar.gz | |
Updating intersphinx to python 3.4
Diffstat (limited to 'docs/conf.py')
| -rw-r--r-- | docs/conf.py | 3 |
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),} |
