aboutsummaryrefslogtreecommitdiffstats
path: root/docs/conf.py
diff options
context:
space:
mode:
authorAlex Gaynor <alex.gaynor@gmail.com>2017-05-29 00:12:30 -0400
committerPaul Kehrer <paul.l.kehrer@gmail.com>2017-05-28 23:12:30 -0500
commitaef8ebc988800f67c08bfb251c8eca43330a29e6 (patch)
tree2c6aecdf677d0348f208eaff063cf6d1e11a3637 /docs/conf.py
parent0bff7c259b915607757f21e2e6b94160f0b9401e (diff)
downloadcryptography-aef8ebc988800f67c08bfb251c8eca43330a29e6.tar.gz
cryptography-aef8ebc988800f67c08bfb251c8eca43330a29e6.tar.bz2
cryptography-aef8ebc988800f67c08bfb251c8eca43330a29e6.zip
Ignore linkcheck errors from cryptrec (#3629)
Diffstat (limited to 'docs/conf.py')
-rw-r--r--docs/conf.py5
1 files changed, 5 insertions, 0 deletions
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",
+]