commit | aef8ebc988800f67c08bfb251c8eca43330a29e6 | [log] [tgz] |
---|---|---|
author | Alex Gaynor <alex.gaynor@gmail.com> | Mon May 29 00:12:30 2017 -0400 |
committer | Paul Kehrer <paul.l.kehrer@gmail.com> | Sun May 28 23:12:30 2017 -0500 |
tree | 2c6aecdf677d0348f208eaff063cf6d1e11a3637 | |
parent | 0bff7c259b915607757f21e2e6b94160f0b9401e [diff] [blame] |
Ignore linkcheck errors from cryptrec (#3629)
diff --git a/docs/conf.py b/docs/conf.py index ffb45d8..4539d48 100644 --- a/docs/conf.py +++ b/docs/conf.py
@@ -177,3 +177,8 @@ # 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", +]