mirror of
https://github.com/isc-projects/bind9.git
synced 2026-05-28 04:34:54 -04:00
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:
parent
e230886e61
commit
2850dc9d71
1 changed files with 1 additions and 0 deletions
|
|
@ -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/",
|
||||
|
|
|
|||
Loading…
Reference in a new issue