From d8839b2548bf17c93e1b01a24e84b5482c1927e9 Mon Sep 17 00:00:00 2001 From: Daniel Stone Date: Thu, 12 Sep 2024 15:30:44 +0100 Subject: [PATCH] doc/linkcheck: Exclude cgit.fd.o It's no more. Signed-off-by: Daniel Stone Part-of: --- docs/conf.py | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/conf.py b/docs/conf.py index 45ed2a8ce60..611bcb8329d 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -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/.*']