From be42c06bb01206209430f3ac08b72643dc7cad1c Mon Sep 17 00:00:00 2001 From: Noah Kantrowitz Date: Fri, 30 Jul 2021 06:54:46 -0700 Subject: Update URLs in comments and metadata to use HTTPS (GH-27458) --- Doc/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Doc/conf.py') diff --git a/Doc/conf.py b/Doc/conf.py index 2a1d0e3dfd..f626ce67b3 100644 --- a/Doc/conf.py +++ b/Doc/conf.py @@ -85,7 +85,7 @@ templates_path = ['tools/templates'] # Custom sidebar templates, filenames relative to this file. html_sidebars = { - # Defaults taken from http://www.sphinx-doc.org/en/stable/config.html#confval-html_sidebars + # Defaults taken from https://www.sphinx-doc.org/en/master/usage/configuration.html#confval-html_sidebars # Removes the quick search block '**': ['localtoc.html', 'relations.html', 'customsourcelink.html'], 'index': ['indexsidebar.html'], -- cgit v1.2.1