mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-07 15:48:36 +02:00
docs/linkcheck: ignore sourceforge subdomains as well
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/36240>
This commit is contained in:
parent
80be9153f9
commit
d02d5fa695
1 changed files with 1 additions and 0 deletions
|
|
@ -141,6 +141,7 @@ linkcheck_ignore = [
|
|||
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://.*\.sourceforge\.net/.*', # blocking the linkcheck user-agent
|
||||
r'https://stackoverflow.com/.*', # blocking the linkcheck user-agent
|
||||
]
|
||||
linkcheck_exclude_documents = [r'relnotes/.*']
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue