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
This commit is contained in:
Michal Nowak 2026-05-27 10:51:46 +02:00
parent e230886e61
commit 2850dc9d71

View file

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