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 2850dc9d71)
This commit is contained in:
Michal Nowak 2026-05-27 10:51:46 +02:00 committed by Michal Nowak (GitLab job 7482070)
parent f2a5c580ef
commit ad3ac34b2b

View file

@ -222,6 +222,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/",