From: Thanh Ha Date: Tue, 6 Mar 2018 17:49:21 +0000 (-0500) Subject: Ignore all example.org URLs when link checking X-Git-Url: https://gerrit.linuxfoundation.org/infra/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F59%2F9259%2F1;p=releng%2Fdocs.git 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 --- 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.*', ]