From: Aric Gardner Date: Mon, 13 May 2019 18:02:04 +0000 (-0400) Subject: Ignore 'https://iotivity.biterg.io' X-Git-Url: https://gerrit.linuxfoundation.org/infra/gitweb?a=commitdiff_plain;h=72c1886de39bccca7988e71ec35cbe2d0bdea063;p=releng%2Fdocs.git Ignore 'https://iotivity.biterg.io' This link is failing other builds Signed-off-by: Aric Gardner Change-Id: Id61732497fe2ba80874ee11b40c33ec7f2170fc4 --- diff --git a/docs/conf.py b/docs/conf.py index 46d178a..887e158 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -31,6 +31,7 @@ linkcheck_ignore = [ 'https://.*.example.org.*', 'https://git.opendaylight.org/gerrit/#/settings/gpg-keys', 'https://wiki.debian.org/meetbot', # SNI link needs Python 2.7.9+ + 'https://iotivity.biterg.io' ] def setup(app):