aboutsummaryrefslogtreecommitdiffstats
path: root/docs/conf.py
diff options
context:
space:
mode:
authorAlex Gaynor <alex.gaynor@gmail.com>2018-10-29 23:18:41 -0400
committerPaul Kehrer <paul.l.kehrer@gmail.com>2018-10-30 11:18:41 +0800
commit84f6c1b20609d81a5c2184cedcea7776b9188790 (patch)
tree50af74491050b91e0396a56d1974f94b861ae688 /docs/conf.py
parent74ce48c5d00e4846740d248a65d35b874f15afe2 (diff)
downloadcryptography-84f6c1b20609d81a5c2184cedcea7776b9188790.tar.gz
cryptography-84f6c1b20609d81a5c2184cedcea7776b9188790.tar.bz2
cryptography-84f6c1b20609d81a5c2184cedcea7776b9188790.zip
Whitelist NTT for linkcheck (#4547)
Diffstat (limited to 'docs/conf.py')
-rw-r--r--docs/conf.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/conf.py b/docs/conf.py
index 66dae738..d6ad9490 100644
--- a/docs/conf.py
+++ b/docs/conf.py
@@ -184,4 +184,6 @@ linkcheck_ignore = [
"https://ci.cryptography.io/"
"job/cryptography-support-jobs/job/openssl-release-1.1/"
),
+ # Small DH key results in a TLS failure on modern OpenSSL
+ "https://info.isl.ntt.co.jp/crypt/eng/camellia/",
]