From a9feff3d4347dd956572d4b01474d6930ddd9860 Mon Sep 17 00:00:00 2001 From: Alex Gaynor Date: Tue, 23 Oct 2018 19:59:55 -0400 Subject: Update the linkcheck ignores (#4511) * Update the linkcheck ignores * Hack? * Ok, this should work --- docs/conf.py | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'docs/conf.py') diff --git a/docs/conf.py b/docs/conf.py index 80ac59fc..66dae738 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -179,6 +179,9 @@ epub_theme = 'epub' linkcheck_retries = 5 linkcheck_ignore = [ - # Certificate is issued by a Japanese CA that isn't publicly trusted - "https://www.cryptrec.go.jp", + # Returns a 404 if you're not logged in + ( + "https://ci.cryptography.io/" + "job/cryptography-support-jobs/job/openssl-release-1.1/" + ), ] -- cgit v1.2.3