From 99fdd0017037c92e0f4204ba43f5216ba58a9427 Mon Sep 17 00:00:00 2001 From: Thanh Ha Date: Wed, 27 Mar 2019 12:03:24 -0400 Subject: [PATCH] Add AGL Jenkins to ignore linkcheck list Jenkins isn't always very responsive so ignoring them in the link checker to allow the jobs to pass. Change-Id: Ifb5fa91ad35abb8e407a81e300f972576d47ee22 Signed-off-by: Thanh Ha --- docs/conf.py | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/conf.py b/docs/conf.py index 7795392..98cc95c 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -26,6 +26,7 @@ linkcheck_ignore = [ 'https://gerrit.linuxfoundation.org/infra/releng/docs-conf', 'https://gerrit.linuxfoundation.org/infra/#/settings/http-password', 'https://jenkins.acumos.org.*', + 'https://build.automotivelinux.org.*', 'https://.*.example.org.*', 'https://git.opendaylight.org/gerrit/#/settings/gpg-keys', 'https://wiki.debian.org/meetbot', # SNI link needs Python 2.7.9+ -- 2.16.6