diff options
author | Alex Gaynor <alex.gaynor@gmail.com> | 2019-04-27 15:03:49 -0400 |
---|---|---|
committer | Paul Kehrer <paul.l.kehrer@gmail.com> | 2019-04-27 14:03:49 -0500 |
commit | 2a5eddcc7a62f770310ab71dbdf8a0419e9678df (patch) | |
tree | 2f85e4108618a72ea823894f99198ddaae8b9c0d | |
parent | 7a079b0a854cbef2ba9d838a58f5858618b81160 (diff) | |
download | cryptography-2a5eddcc7a62f770310ab71dbdf8a0419e9678df.tar.gz cryptography-2a5eddcc7a62f770310ab71dbdf8a0419e9678df.tar.bz2 cryptography-2a5eddcc7a62f770310ab71dbdf8a0419e9678df.zip |
Un-linkcheck-ignore a domain that's now properly serving a chain (#4859)
-rw-r--r-- | docs/conf.py | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/docs/conf.py b/docs/conf.py index 4f1a5092..e57e133e 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -181,8 +181,6 @@ linkcheck_retries = 10 linkcheck_ignore = [ # Small DH key results in a TLS failure on modern OpenSSL r"https://info.isl.ntt.co.jp/crypt/eng/camellia/", - # Serving an incomplete chain - r"https://www.cosic.esat.kuleuven.be", # 403ing from Travis r"https://devblogs.microsoft.com/oldnewthing/\?p=4223", ] |