From 96788dc2719fbe3f2e9877330f72bcdb714a47f4 Mon Sep 17 00:00:00 2001 From: Jean-Baptiste Lallement Date: Thu, 4 Jul 2024 19:02:01 +0200 Subject: [PATCH] fixed ignore list --- docs/custom_conf.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/custom_conf.py b/docs/custom_conf.py index 6e5bea28f..d26d27d85 100644 --- a/docs/custom_conf.py +++ b/docs/custom_conf.py @@ -142,8 +142,8 @@ # Links to ignore when checking links linkcheck_ignore = [ - 'http://127.0.0.1:8000' - 'https://leonelson.com/2011/08/15/how-to-increase-your-csr-key-size-on-microsoft-iis-without-removing-the-production-certificate/' + 'http://127.0.0.1:8000', + 'https://leonelson.com/2011/08/15/how-to-increase-your-csr-key-size-on-microsoft-iis-without-removing-the-production-certificate/', ] # Pages on which to ignore anchors