aboutsummaryrefslogtreecommitdiffstats
path: root/docs/conf.py
diff options
context:
space:
mode:
authorAlex Gaynor <alex.gaynor@gmail.com>2018-10-23 19:59:55 -0400
committerPaul Kehrer <paul.l.kehrer@gmail.com>2018-10-24 07:59:55 +0800
commita9feff3d4347dd956572d4b01474d6930ddd9860 (patch)
tree501267f9df88287ef3f4f0e276dec9560fd10217 /docs/conf.py
parent71e4251d83a3a954dbcc83cc4ccf6745608a54b9 (diff)
downloadcryptography-a9feff3d4347dd956572d4b01474d6930ddd9860.tar.gz
cryptography-a9feff3d4347dd956572d4b01474d6930ddd9860.tar.bz2
cryptography-a9feff3d4347dd956572d4b01474d6930ddd9860.zip
Update the linkcheck ignores (#4511)
* Update the linkcheck ignores * Hack? * Ok, this should work
Diffstat (limited to 'docs/conf.py')
-rw-r--r--docs/conf.py7
1 files changed, 5 insertions, 2 deletions
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/"
+ ),
]