From a8c0c5f9f24ced4bab94ffec1b93fd426bec739b Mon Sep 17 00:00:00 2001 From: Eric Engestrom Date: Fri, 6 Mar 2026 12:00:32 +0100 Subject: [PATCH] docs/linkcheck: ignore one more website that doesn't allow linkcheck Part-of: --- docs/conf.py | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/conf.py b/docs/conf.py index d9ff6f60924..5a10bad2081 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -146,6 +146,7 @@ linkcheck_ignore = [ r'https://(www|dev)\.vulkan\.org/.*', # blocking the linkcheck user-agent r'https://crates.io/.*', # blocking the linkcheck user-agent r'https://docs.vulkan.org/.*', # blocking the linkcheck user-agent + r'https://wikis.khronos.org/.*', # blocking the linkcheck user-agent r'https://en.wikipedia.org/.*', # rate-limited, which linkcheck doesn't respect r'https://www.freedesktop.org/.*', # protected by anubis ]