From 6c8e5577d5e374e0b3762c24865e066d78fb0eac Mon Sep 17 00:00:00 2001 From: Ko Nagase Date: Sun, 3 Nov 2024 15:25:03 +0900 Subject: [PATCH] Fix linkcheck error by ignoring failed urls --- doc/conf.py | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/doc/conf.py b/doc/conf.py index 8b46e10c60..0638290cd1 100644 --- a/doc/conf.py +++ b/doc/conf.py @@ -197,6 +197,7 @@ # NewConnectionError looks like information is wrong r'http://udig.refractions.net', + r'https://sgx.geodatenzentrum.de', # link exists but does not accept robots and linkchecker is a robot # used in overview/mapserver_overview @@ -245,6 +246,10 @@ 'https://www.ntua.gr/en', 'https://www.ice.ucdavis.edu/', + # redirect exists but link check fails + # SSL: CERTIFICATE_VERIFY_FAILED + r'https://ghsl.jrc.ec.europa.eu/ghs_pop.php', + # Link to the presentation r'presentation.html',