diff options
-rw-r--r-- | docs/conf.py | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/docs/conf.py b/docs/conf.py index d6ad9490..2264affd 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -179,11 +179,6 @@ epub_theme = 'epub' linkcheck_retries = 5 linkcheck_ignore = [ - # Returns a 404 if you're not logged in - ( - "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/", ] |