docs/linkcheck: ignore crates.io links 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/36555>
This commit is contained in:
Eric Engestrom 2025-08-04 17:00:53 +02:00 committed by Marge Bot
parent d1eecf9441
commit ce2bb61dbe

View file

@ -144,6 +144,7 @@ linkcheck_ignore = [
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
r'https://crates.io/.*', # blocking the linkcheck user-agent
]
linkcheck_exclude_documents = [r'relnotes/.*']