From aef8ebc988800f67c08bfb251c8eca43330a29e6 Mon Sep 17 00:00:00 2001 From: Alex Gaynor Date: Mon, 29 May 2017 00:12:30 -0400 Subject: Ignore linkcheck errors from cryptrec (#3629) --- docs/conf.py | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'docs/conf.py') diff --git a/docs/conf.py b/docs/conf.py index ffb45d8a..4539d48c 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -177,3 +177,8 @@ epub_theme = 'epub' # Retry requests in the linkcheck builder so that we're resillient against # transient network errors. linkcheck_retries = 2 + +linkcheck_ignore = [ + # Certificate is issued by a Japanese CA that isn't publicly trusted + "https://www.cryptrec.go.jp", +] -- cgit v1.2.3