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