doc/linkcheck: Exclude cgit.fd.o

It's no more.

Signed-off-by: Daniel Stone <daniels@collabora.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/31111>
This commit is contained in:
Daniel Stone 2024-09-12 15:30:44 +01:00 committed by Marge Bot
parent ebd45f0e64
commit d8839b2548

View File

@ -140,6 +140,7 @@ 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://cgit.freedesktop.org/.*', # cgit is no more
]
linkcheck_exclude_documents = [r'relnotes/.*']