Ignore all example.org URLs when link checking 59/9259/1
authorThanh Ha <thanh.ha@linuxfoundation.org>
Tue, 6 Mar 2018 17:49:21 +0000 (12:49 -0500)
committerThanh Ha <thanh.ha@linuxfoundation.org>
Tue, 6 Mar 2018 17:49:50 +0000 (12:49 -0500)
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 <thanh.ha@linuxfoundation.org>
docs/conf.py

index b024ff1..7ec6e88 100644 (file)
@@ -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.*',
 ]