From 80be9153f9debe9021c425c3b10de7804e4a0d7e Mon Sep 17 00:00:00 2001 From: Eric Engestrom Date: Sat, 19 Jul 2025 14:03:22 +0200 Subject: [PATCH] docs/linkcheck: drop cgit exception as nothing links to it anymore And we don't want to accidentally do it again. Fixes: 0f6be273f1e3fb880c57 ("doc/vc4: Remove reference to old shader-db") Part-of: --- docs/conf.py | 1 - 1 file changed, 1 deletion(-) diff --git a/docs/conf.py b/docs/conf.py index 12634c2d0b0..0dfeec759b7 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -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/.*']