From dc6ed9962bb9c62aa57655055b49b40c06a9d54b Mon Sep 17 00:00:00 2001 From: Jessica Wagantall Date: Thu, 4 Apr 2019 15:10:35 -0700 Subject: [PATCH] Ignore broken Sandbox link Ignore broken link https://build.automotivelinux.org/sandbox This is an old sandbox but we don't want to remove it from the inventory list. Change-Id: Iab36afe6961dc66e8ff2f5ec2a2a73a2fc7c9e4d Signed-off-by: Jessica Wagantall --- docs/conf.py | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/conf.py b/docs/conf.py index 98cc95c..46d178a 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -27,6 +27,7 @@ linkcheck_ignore = [ 'https://gerrit.linuxfoundation.org/infra/#/settings/http-password', 'https://jenkins.acumos.org.*', 'https://build.automotivelinux.org.*', + 'https://build.automotivelinux.org/sandbox', '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