From 5bd604b86046f9d522c43f9af186f2d829a6e6b0 Mon Sep 17 00:00:00 2001 From: Katrina Prosise Date: Wed, 18 Mar 2026 08:17:51 -0400 Subject: [PATCH] Fix linkcheck issues As more websites employ anti-bot/scrapper methods, linkcheck tends to fail more. Verified reasons for linkcheck failures before adding them to `linkcheck_ignore`. Built and ran linkcheck after making changes, no issues. No related issue, quickfix/maintenance Signed-off-by: Katrina Prosise --- source/conf.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/source/conf.py b/source/conf.py index a35423e7..3eac2e87 100644 --- a/source/conf.py +++ b/source/conf.py @@ -186,6 +186,8 @@ r'https://api.foundries.io/*', r'https://www.nxp.com/*', # slow, frequently leads to time outs r'https://sourceforge.net/.*', # 403 error + r'https://www.freedesktop.org/.*', # uses __goaway_challenge, which hinders automatic traffic + r'https://uefi.org/.*', # Also fails due to bot protection 'https://www.nsa.gov/portals/75/documents/what-we-do/cybersecurity/professional-resources/csi-uefi-lockdown.pdf', # 403 error 'https://media.defense.gov/2020/Sep/15/2002497594/-1/-1/0/CTR-UEFI-Secure-Boot-Customization-UOO168873-20.PDF', # 403 error but will work for end user 'https://codeburst.io/mutual-tls-authentication-mtls-de-mystified-11fa2a52e9cf',