diff options
author | Alex Gaynor <alex.gaynor@gmail.com> | 2018-12-08 22:18:07 -0500 |
---|---|---|
committer | Paul Kehrer <paul.l.kehrer@gmail.com> | 2018-12-09 11:18:07 +0800 |
commit | c73367a61c7e9d7878c91ee3b5a94837cc344049 (patch) | |
tree | 5d370818e68ac34f1c60aed43e057a67241796cf | |
parent | 5bc3bf7d36d872af5ab79c7531c80a7793c76307 (diff) | |
download | cryptography-c73367a61c7e9d7878c91ee3b5a94837cc344049.tar.gz cryptography-c73367a61c7e9d7878c91ee3b5a94837cc344049.tar.bz2 cryptography-c73367a61c7e9d7878c91ee3b5a94837cc344049.zip |
Jenkins is fixed! (#4630)
-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/", ] |