Code Review
/
releng
/
lftools.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
review
|
tree
raw
|
patch
| inline |
side by side
(parent:
d0fe779
)
Ignore linkchecking Google blog
30/5630/1
author
Thanh Ha
<thanh.ha@linuxfoundation.org>
Tue, 25 Jul 2017 20:47:16 +0000
(16:47 -0400)
committer
Thanh 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
patch
|
blob
|
history
diff --git
a/docs/conf.py
b/docs/conf.py
index
f6185f0
..
ef912a1
100644
(file)
--- 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/.*',
+]