docs/linkcheck: ignore one more website that doesn't allow linkcheck

Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/40259>
This commit is contained in:
Eric Engestrom 2026-03-06 12:00:32 +01:00 committed by Marge Bot
parent 266160fe4e
commit a8c0c5f9f2

View file

@ -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
]