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:
committed by
Marge Bot
parent
d1eecf9441
commit
ce2bb61dbe
@@ -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/.*']
|
||||
|
||||
|
||||
Reference in New Issue
Block a user