From 24434e22e4ae96fdaf706d94aa73cff26a81f290 Mon Sep 17 00:00:00 2001 From: Felix Exner Date: Mon, 20 Jan 2025 09:22:37 +0100 Subject: [PATCH] Update link to sphinx-doc.org using https The http version seems to have been deactivated. --- doc/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/conf.py b/doc/conf.py index 68cf48529..0c83ce34e 100644 --- a/doc/conf.py +++ b/doc/conf.py @@ -4,7 +4,7 @@ # # This file does only contain a selection of the most common options. For a # full list see the documentation: -# http://www.sphinx-doc.org/en/master/config +# https://www.sphinx-doc.org/en/master/config # -- Path setup --------------------------------------------------------------