Skip to content

Commit 1137a40

Browse files
committed
linkcheck: Ignore ODI
The ODI is now behind a Clouflare challenge that we can't check.
1 parent ae5581a commit 1137a40

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

docs/conf.py

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -363,6 +363,11 @@
363363
linkcheck_anchors = False
364364

365365

366+
linkcheck_ignore = [
367+
# The ODI is now behind a Clouflare challenge that we can't check.
368+
'http://www.theodi.org'
369+
]
370+
366371
def setup(app):
367372
app.add_config_value('recommonmark_config', {
368373
#'url_resolver': lambda url: github_doc_root + url,

0 commit comments

Comments
 (0)