From 0ecb4c564496622fd5b87996c4599f7d147caf5e Mon Sep 17 00:00:00 2001 From: Alex Gaynor Date: Thu, 19 Mar 2020 23:34:30 -0400 Subject: linkcheck: remove domain that fixed it's tls from ignore (#5144) --- docs/conf.py | 2 -- 1 file changed, 2 deletions(-) (limited to 'docs') 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/.*", ] -- cgit v1.2.3