Ignore 'https://iotivity.biterg.io' 45/15645/1
authorAric Gardner <agardner@linuxfoundation.org>
Mon, 13 May 2019 18:02:04 +0000 (14:02 -0400)
committerAric Gardner <agardner@linuxfoundation.org>
Mon, 13 May 2019 18:02:38 +0000 (14:02 -0400)
This link is failing other builds

Signed-off-by: Aric Gardner <agardner@linuxfoundation.org>
Change-Id: Id61732497fe2ba80874ee11b40c33ec7f2170fc4

docs/conf.py

index 46d178a..887e158 100644 (file)
@@ -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):