]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
Disable linkcheck on www.gnu.org
authorMichal Nowak <mnowak@isc.org>
Mon, 5 May 2025 09:50:03 +0000 (11:50 +0200)
committerMichal Nowak <mnowak@isc.org>
Mon, 5 May 2025 09:50:03 +0000 (11:50 +0200)
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('<urllib3.connection.HTTPSConnection object at 0x7f5bd4c14590>: Failed to establish a new connection: [Errno 111] Connection refused'))

doc/arm/conf.py

index 8224ceff9acc3c0ffab4fdf4f1cddcac2bd34d4f..371a4d42745998940c12b6fcfb1118cbb0ab07a5 100644 (file)
@@ -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",
 ]