docs/linkcheck: ignore vulkan.org failures as it also blocks non-browsers

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