From: Thanh Ha Date: Tue, 25 Jul 2017 20:47:16 +0000 (-0400) Subject: Ignore linkchecking Google blog X-Git-Tag: v0.7.0~16 X-Git-Url: https://gerrit.linuxfoundation.org/infra/gitweb?a=commitdiff_plain;h=286378a89aeec7a169320f5d492e9840b50300a6;p=releng%2Flftools.git Ignore linkchecking Google blog Our CI systems appear to be failing to validate against this URL. Perhaps Google blocked us? Change-Id: Ie2047cd7f4a9fe94491c440bde93b67bdc3fc904 Signed-off-by: Thanh Ha --- diff --git a/docs/conf.py b/docs/conf.py index f6185f0d..ef912a1a 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -355,3 +355,8 @@ texinfo_documents = [ # Example configuration for intersphinx: refer to the Python standard library. intersphinx_mapping = {'https://docs.python.org/': None} + +# Linkcheck Options +linkcheck_ignore= [ + r'https://testing\.googleblog\.com/.*', +]