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:
@@ -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/.*']
|
||||
|
||||
|
||||
Reference in New Issue
Block a user