From 388b17967328aa1b67f026dfddf73da99c94a073 Mon Sep 17 00:00:00 2001 From: Thanh Ha Date: Tue, 6 Mar 2018 12:49:21 -0500 Subject: [PATCH] Ignore all example.org URLs when link checking Exclude example.org from URL link checking so that we can freely use it as a placeholder URL. Change-Id: I76a2b3a85f1ca294676fddaffd120d7854b671e4 Signed-off-by: Thanh Ha --- docs/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/conf.py b/docs/conf.py index b024ff1..7ec6e88 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -25,5 +25,5 @@ linkcheck_ignore = [ 'https://gerrit.linuxfoundation.org/infra/releng/docs-conf', 'https://gerrit.linuxfoundation.org/infra/#/settings/http-password', 'https://jenkins.acumos.org.*', - 'https://jenkins.example.org.*', + 'https://.*.example.org.*', ] -- 2.16.6