From 612f9b8076ef6a36328b11e81fc405aa2b405e05 Mon Sep 17 00:00:00 2001 From: Nils Wentzell Date: Wed, 10 Jun 2020 16:46:58 -0400 Subject: [PATCH] [doc] Use https over http in intersphinx_mapping --- doc/conf.py.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/conf.py.in b/doc/conf.py.in index 977f4218..7662c9ba 100644 --- a/doc/conf.py.in +++ b/doc/conf.py.in @@ -42,4 +42,4 @@ html_sidebars = {'index': ['sideb.html', 'searchbox.html']} htmlhelp_basename = '@PROJECT_NAME@doc' -intersphinx_mapping = {'python': ('http://docs.python.org/3.8', None), 'triqslibs': ('https://triqs.github.io/triqs/latest', None)} +intersphinx_mapping = {'python': ('https://docs.python.org/3.8', None), 'triqslibs': ('https://triqs.github.io/triqs/latest', None)}