docs/linkcheck: drop cgit exception as nothing links to it anymore

And we don't want to accidentally do it again.

Fixes: 0f6be273f1 ("doc/vc4: Remove reference to old shader-db")
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/36240>
This commit is contained in:
Eric Engestrom 2025-07-19 14:03:22 +02:00
parent 4f7076f458
commit 80be9153f9

View file

@ -142,7 +142,6 @@ linkcheck_ignore = [
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/.*']