From d473d44e81e3c5ac9b41e7e32706b14d66e86b7a Mon Sep 17 00:00:00 2001 From: Hugo van Kemenade <1324225+hugovk@users.noreply.github.com> Date: Mon, 9 Jun 2025 18:27:21 +0300 Subject: [PATCH] Exclude https://www.gnu.org/software/autoconf/ in linkcheck --- conf.py | 1 + 1 file changed, 1 insertion(+) diff --git a/conf.py b/conf.py index 769cd19d1..ba7ee6040 100644 --- a/conf.py +++ b/conf.py @@ -87,6 +87,7 @@ linkcheck_ignore = [ # Checks fail due to rate limits r'https://github.com/.*', + r'https://www.gnu.org/software/autoconf/', # The Discourse groups are private unless you are logged in 'https://discuss.python.org/groups/staff', 'https://discuss.python.org/groups/moderators',