From 286378a89aeec7a169320f5d492e9840b50300a6 Mon Sep 17 00:00:00 2001 From: Thanh Ha Date: Tue, 25 Jul 2017 16:47:16 -0400 Subject: [PATCH] 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 --- docs/conf.py | 5 +++++ 1 file changed, 5 insertions(+) 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/.*', +] -- 2.16.6