From ce4ae066bec188146177dd096cee67a83751a767 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Denis=20Rivi=C3=A8re?= Date: Fri, 22 Mar 2024 13:22:45 +0100 Subject: [PATCH] http->https --- doc/source/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/source/conf.py b/doc/source/conf.py index 861d7a20..07bfddc1 100644 --- a/doc/source/conf.py +++ b/doc/source/conf.py @@ -277,7 +277,7 @@ pass # Example configuration for intersphinx: refer to the Python standard library. -# intersphinx_mapping = {'http://docs.python.org/': None} +# intersphinx_mapping = {'https://docs.python.org/': None} extlinks = { 'bv-cmake': ('../brainvisa-cmake-' + bv_cmake_version + '/%s',