From: Michal Nowak Date: Mon, 5 May 2025 09:50:03 +0000 (+0200) Subject: Disable linkcheck on www.gnu.org X-Git-Tag: v9.18.37~3^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=893417cd87d38901634d201d663dfdbdd525e1ec;p=thirdparty%2Fbind9.git Disable linkcheck on www.gnu.org The check fails with the following error for some time: broken https://www.gnu.org/software/libidn/#libidn2 - HTTPSConnectionPool(host='www.gnu.org', port=443): Max retries exceeded with url: /software/libidn/ (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused')) (cherry picked from commit 0ea4ebf7d1bcf37c5e7e28b12a69212b434856dd) --- diff --git a/doc/arm/conf.py b/doc/arm/conf.py index 813b5f99b16..f6fd1ab05d1 100644 --- a/doc/arm/conf.py +++ b/doc/arm/conf.py @@ -225,6 +225,7 @@ linkcheck_ignore = [ "https://www.dnssec-or-not.com/", "https://www.flaticon.com/", "https://www.freepik.com/", + "https://www.gnu.org", "https://www.godaddy.com", "https://www.icann.org", ]