From: Jessica Wagantall Date: Thu, 4 Apr 2019 22:10:35 +0000 (-0700) Subject: Ignore broken Sandbox link X-Git-Url: https://gerrit.linuxfoundation.org/infra/gitweb?a=commitdiff_plain;h=dc6ed9962bb9c62aa57655055b49b40c06a9d54b;p=releng%2Fdocs.git 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 --- 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+