Code Review
/
releng
/
docs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
review
|
tree
raw
|
patch
| inline |
side by side
(parent:
916d9c6
)
Ignore all example.org URLs when link checking
59/9259/1
author
Thanh Ha
<thanh.ha@linuxfoundation.org>
Tue, 6 Mar 2018 17:49:21 +0000
(12:49 -0500)
committer
Thanh 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
patch
|
blob
|
history
diff --git
a/docs/conf.py
b/docs/conf.py
index
b024ff1
..
7ec6e88
100644
(file)
--- a/
docs/conf.py
+++ b/
docs/conf.py
@@
-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.*',
]