Ignore linkchecking Google blog 30/5630/1
authorThanh Ha <thanh.ha@linuxfoundation.org>
Tue, 25 Jul 2017 20:47:16 +0000 (16:47 -0400)
committerThanh Ha <thanh.ha@linuxfoundation.org>
Tue, 25 Jul 2017 20:49:36 +0000 (16:49 -0400)
Our CI systems appear to be failing to validate against this URL.
Perhaps Google blocked us?

Change-Id: Ie2047cd7f4a9fe94491c440bde93b67bdc3fc904
Signed-off-by: Thanh Ha <thanh.ha@linuxfoundation.org>
docs/conf.py

index f6185f0..ef912a1 100644 (file)
@@ -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/.*',
+]