mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-20 07:20:10 +01:00
docs/linkcheck: ignore a couple more domains blocking the linkcheck user-agent
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/34923>
This commit is contained in:
parent
8d4b63270a
commit
9c251da89a
1 changed files with 2 additions and 0 deletions
|
|
@ -140,6 +140,8 @@ linkcheck_ignore = [
|
|||
r'https://gitlab.freedesktop.org/.*#.*', # needs JS eval
|
||||
r'https://github.com/.*#.*', # needs JS eval
|
||||
r'https://www.intel.com/.*', # intel.com is blocking the linkcheck user-agent; maybe it can be customized to look like a browser?
|
||||
r'https://sourceforge.net/.*', # blocking the linkcheck user-agent
|
||||
r'https://stackoverflow.com/.*', # blocking the linkcheck user-agent
|
||||
r'https://cgit.freedesktop.org/.*', # cgit is no more
|
||||
]
|
||||
linkcheck_exclude_documents = [r'relnotes/.*']
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue