From f3f310f0fcd9c6e39d93b83087064db592e6af2b Mon Sep 17 00:00:00 2001 From: Jean-Baptiste Lallement Date: Thu, 4 Jul 2024 18:53:32 +0200 Subject: [PATCH] Added URL that returns a 403 when tested from GitHub --- docs/custom_conf.py | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/custom_conf.py b/docs/custom_conf.py index 3982ed4f4..6e5bea28f 100644 --- a/docs/custom_conf.py +++ b/docs/custom_conf.py @@ -143,6 +143,7 @@ # 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/' ] # Pages on which to ignore anchors