From 5e3e1917f701fcc9d88b7c1a7dd50ed485865be1 Mon Sep 17 00:00:00 2001 From: Benjamin Peterson Date: Thu, 11 Sep 2014 18:30:02 -0400 Subject: intersphinx now with https urls --- documentation/conf.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/documentation/conf.py b/documentation/conf.py index fd285c7..7e54287 100644 --- a/documentation/conf.py +++ b/documentation/conf.py @@ -213,5 +213,5 @@ man_pages = [ # -- Intersphinx --------------------------------------------------------------- -intersphinx_mapping = {"py2" : ("http://docs.python.org/2/", None), - "py3" : ("http://docs.python.org/3/", None)} +intersphinx_mapping = {"py2" : ("https://docs.python.org/2/", None), + "py3" : ("https://docs.python.org/3/", None)} -- cgit v1.2.1