docs/linkcheck: ignore crates.io links as it also blocks non-browsers

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/.*']