From 416d6856f19121c0102575a50bba6360c4708bb0 Mon Sep 17 00:00:00 2001 From: Alex Gaynor Date: Thu, 19 Mar 2020 15:18:04 -0400 Subject: Fixed linkcheck (#5142) * Fixed linkcheck * linkcheck --- docs/conf.py | 2 ++ 1 file changed, 2 insertions(+) (limited to 'docs') 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/.*", ] -- cgit v1.2.3