From 72c1886de39bccca7988e71ec35cbe2d0bdea063 Mon Sep 17 00:00:00 2001 From: Aric Gardner Date: Mon, 13 May 2019 14:02:04 -0400 Subject: [PATCH] Ignore 'https://iotivity.biterg.io' This link is failing other builds Signed-off-by: Aric Gardner Change-Id: Id61732497fe2ba80874ee11b40c33ec7f2170fc4 --- docs/conf.py | 1 + 1 file changed, 1 insertion(+) 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): -- 2.16.6