From 42d0a281171cf98a291994ffad07e336b58b3fff Mon Sep 17 00:00:00 2001
From: Paul Sokolovsky <pfalcon@users.sourceforge.net>
Date: Sat, 20 Oct 2018 11:44:12 +0300
Subject: [PATCH] docs/conf.py: Use https for intersphinx link to
 docs.python.org.

To get rid of warning when building the docs saying there's a redirect from
http: to https:.
---
 docs/conf.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/conf.py b/docs/conf.py
index bb3c999fe..cd1f06518 100755
--- a/docs/conf.py
+++ b/docs/conf.py
@@ -298,4 +298,4 @@ texinfo_documents = [
 
 
 # Example configuration for intersphinx: refer to the Python standard library.
-intersphinx_mapping = {'python': ('http://docs.python.org/3.5', None)}
+intersphinx_mapping = {'python': ('https://docs.python.org/3.5', None)}
-- 
GitLab