From: Michal Nowak Date: Mon, 17 Mar 2025 16:39:36 +0000 (+0100) Subject: Disable linkcheck on dl.acm.org X-Git-Tag: v9.18.36~15^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a5514de0fe829817b43d831d00ff3364b2a8488e;p=thirdparty%2Fbind9.git Disable linkcheck on dl.acm.org The check fails with the following error for some time: 403 Client Error: Forbidden for url: https://dl.acm.org/doi/10.1145/1315245.1315298 (cherry picked from commit 1ab889ee21c6b39b12a80a7637c7081817a365b1) --- diff --git a/doc/arm/conf.py b/doc/arm/conf.py index 216a1b44dd0..813b5f99b16 100644 --- a/doc/arm/conf.py +++ b/doc/arm/conf.py @@ -218,6 +218,7 @@ latex_logo = "isc-logo.pdf" linkcheck_timeout = 10 linkcheck_ignore = [ "http://127.0.0.1", + "https://dl.acm.org", "https://gitlab.isc.org", "https://kb.isc.org", "https://simpleicon.com/",