aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlex Gaynor <alex.gaynor@gmail.com>2020-03-19 15:18:04 -0400
committerGitHub <noreply@github.com>2020-03-19 14:18:04 -0500
commit416d6856f19121c0102575a50bba6360c4708bb0 (patch)
tree300b7791216d6f39213491a5782404a9f93bd493
parent7f19d61e4f3f927681f604ed87f72aa723b8cd40 (diff)
downloadcryptography-416d6856f19121c0102575a50bba6360c4708bb0.tar.gz
cryptography-416d6856f19121c0102575a50bba6360c4708bb0.tar.bz2
cryptography-416d6856f19121c0102575a50bba6360c4708bb0.zip
Fixed linkcheck (#5142)
* Fixed linkcheck * linkcheck
-rw-r--r--docs/conf.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/conf.py b/docs/conf.py
index a3e40b7c..11c3b339 100644
--- a/docs/conf.py
+++ b/docs/conf.py
@@ -187,4 +187,6 @@ linkcheck_ignore = [
r"https://www.secg.org/sec1-v2.pdf",
# 403ing from Travis
r"https://devblogs.microsoft.com/oldnewthing/\?p=4223",
+ # Expired certificate
+ r"https://www.cosic.esat.kuleuven.be/.*",
]