mirror of
https://github.com/isc-projects/bind9.git
synced 2026-05-28 04:34:54 -04:00
[9.20] fix: doc: Ignore gitlab.gnome.org links in Sphinx linkcheck
Backport of MR !12109 Merge branch 'backport-mnowak/linkcheck-fix-9.20' into 'bind-9.20' See merge request isc-projects/bind9!12110
This commit is contained in:
commit
309b501ef0
1 changed files with 1 additions and 0 deletions
|
|
@ -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/",
|
||||
|
|
|
|||
Loading…
Reference in a new issue