mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-02-04 23:40:33 +01:00
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:
parent
d02d5fa695
commit
538172e876
1 changed files with 1 additions and 0 deletions
|
|
@ -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/.*']
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue