diff options
author | Alex Gaynor <alex.gaynor@gmail.com> | 2019-04-11 20:11:33 -0400 |
---|---|---|
committer | Paul Kehrer <paul.l.kehrer@gmail.com> | 2019-04-12 08:11:33 +0800 |
commit | 95c460bb0a86f976442bccabe3f9e9251670a70b (patch) | |
tree | 20a4b52cc6f7163ab19840d954a9fad1a19de538 | |
parent | 92241410b5b0591d849443b3023992334a4be0a2 (diff) | |
download | cryptography-95c460bb0a86f976442bccabe3f9e9251670a70b.tar.gz cryptography-95c460bb0a86f976442bccabe3f9e9251670a70b.tar.bz2 cryptography-95c460bb0a86f976442bccabe3f9e9251670a70b.zip |
Update linkcheck ignores for the latest nonsense (#4838)
-rw-r--r-- | docs/conf.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/conf.py b/docs/conf.py index 32d5d262..fb1537e4 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -182,5 +182,5 @@ linkcheck_ignore = [ # Small DH key results in a TLS failure on modern OpenSSL "https://info.isl.ntt.co.jp/crypt/eng/camellia/", # Serving an incomplete chain - "https://e-trust.gosuslugi.ru/MainCA", + "https://www.cosic.esat.kuleuven.be", ] |