aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlex Gaynor <alex.gaynor@gmail.com>2020-03-19 23:34:30 -0400
committerGitHub <noreply@github.com>2020-03-19 22:34:30 -0500
commit0ecb4c564496622fd5b87996c4599f7d147caf5e (patch)
tree731b80f0a4c57752581c50d7039e98abb18c314c
parent87b2749c52e688c809f1861e55d958c64147493c (diff)
downloadcryptography-0ecb4c564496622fd5b87996c4599f7d147caf5e.tar.gz
cryptography-0ecb4c564496622fd5b87996c4599f7d147caf5e.tar.bz2
cryptography-0ecb4c564496622fd5b87996c4599f7d147caf5e.zip
linkcheck: remove domain that fixed it's tls from ignore (#5144)
-rw-r--r--docs/conf.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/docs/conf.py b/docs/conf.py
index 11c3b339..a3e40b7c 100644
--- a/docs/conf.py
+++ b/docs/conf.py
@@ -187,6 +187,4 @@ 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/.*",
]