docs/linkcheck: ignore one more website that doesn't allow linkcheck
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/40259>
This commit is contained in:
parent
266160fe4e
commit
a8c0c5f9f2
1 changed files with 1 additions and 0 deletions
|
|
@ -146,6 +146,7 @@ linkcheck_ignore = [
|
|||
r'https://(www|dev)\.vulkan\.org/.*', # blocking the linkcheck user-agent
|
||||
r'https://crates.io/.*', # blocking the linkcheck user-agent
|
||||
r'https://docs.vulkan.org/.*', # blocking the linkcheck user-agent
|
||||
r'https://wikis.khronos.org/.*', # blocking the linkcheck user-agent
|
||||
r'https://en.wikipedia.org/.*', # rate-limited, which linkcheck doesn't respect
|
||||
r'https://www.freedesktop.org/.*', # protected by anubis
|
||||
]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue