From d5855302722f9eba48791a949b63c60ad29154ee 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 (cherry picked from commit 2850dc9d7179418700d72cc21073796cd5067c5d) --- doc/arm/conf.py | 1 + 1 file changed, 1 insertion(+) diff --git a/doc/arm/conf.py b/doc/arm/conf.py index b38206663e..0a4fbeffa6 100644 --- a/doc/arm/conf.py +++ b/doc/arm/conf.py @@ -223,6 +223,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/",