From 2850dc9d7179418700d72cc21073796cd5067c5d Mon Sep 17 00:00:00 2001 From: Michal Nowak Date: Wed, 27 May 2026 10:51:46 +0200 Subject: [PATCH] Ignore gitlab.gnome.org links in Sphinx linkcheck GNOME GitLab returns HTTP 406 to Sphinx's linkcheck requests, the same behavior already worked around for gitlab.isc.org. Assisted-by: Claude:claude-opus-4-7 --- doc/arm/conf.py | 1 + 1 file changed, 1 insertion(+) diff --git a/doc/arm/conf.py b/doc/arm/conf.py index 38f727ee41..78e79593d5 100644 --- a/doc/arm/conf.py +++ b/doc/arm/conf.py @@ -218,6 +218,7 @@ linkcheck_timeout = 10 linkcheck_ignore = [ "http://127.0.0.1", "https://dl.acm.org", + "https://gitlab.gnome.org", "https://gitlab.isc.org", "https://kb.isc.org", "https://simpleicon.com/",