docs/linkcheck: ignore vulkan.org failures as it also blocks non-browsers
Some checks are pending
macOS-CI / macOS-CI (dri) (push) Waiting to run
macOS-CI / macOS-CI (xlib) (push) Waiting to run

Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/36240>
This commit is contained in:
Eric Engestrom 2025-07-19 14:04:30 +02:00
parent d02d5fa695
commit 538172e876

View file

@ -143,6 +143,7 @@ linkcheck_ignore = [
r'https://sourceforge.net/.*', # blocking the linkcheck user-agent
r'https://.*\.sourceforge\.net/.*', # blocking the linkcheck user-agent
r'https://stackoverflow.com/.*', # blocking the linkcheck user-agent
r'https://(www|dev)\.vulkan\.org/.*', # blocking the linkcheck user-agent
]
linkcheck_exclude_documents = [r'relnotes/.*']