From d1726ff7e5bf89780e1ac61d49a166e530bef7c5 Mon Sep 17 00:00:00 2001 From: Guillaume Lambert Date: Tue, 15 Jun 2021 21:28:11 +0200 Subject: [PATCH] CI: Ignore docker.io registry linkcheck failure https://registry-1.docker.io root page now returns a 404 error code. Though, other pages in the tree are still reachable. Signed-off-by: Guillaume Lambert Change-Id: Id680f556b5ad163677d926a6ad0f28b608b13b98 --- docs/conf.py | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/conf.py b/docs/conf.py index 7198193..22d781b 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -35,6 +35,7 @@ linkcheck_ignore = [ "https://git.opendaylight.org/gerrit/#/settings/gpg-keys", "https://wiki.debian.org/meetbot", # SNI link needs Python 2.7.9+ "https://iotivity.biterg.io", + "https://registry-1.docker.io", ] sphinx_tabs_valid_builders = ["linkcheck"] -- 2.16.6