Skip to content

Commit

Permalink
Use HTTPS intersphinx links.
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanholek committed Feb 2, 2017
1 parent 410f109 commit 1717cd3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/conf.py
Expand Up @@ -252,7 +252,7 @@
# -- Intersphinx configuration -------------------------------------------------

intersphinx_mapping = {
'py': ('http://docs.python.org/2', 'http://docs.python.org/2/objects.inv'),
'py3k': ('http://docs.python.org/3', 'http://docs.python.org/3/objects.inv'),
'py': ('https://docs.python.org/2', 'https://docs.python.org/2/objects.inv'),
'py3k': ('https://docs.python.org/3', 'https://docs.python.org/3/objects.inv'),
}

0 comments on commit 1717cd3

Please sign in to comment.