mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-29 08:00:12 +01:00
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:
parent
d1eecf9441
commit
ce2bb61dbe
1 changed files with 1 additions and 0 deletions
|
|
@ -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/.*']
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue