From 7a2523eca44ddf02249562f38dfd0823962f0da9 Mon Sep 17 00:00:00 2001 From: Alex Gaynor Date: Tue, 31 Mar 2020 20:24:42 -0400 Subject: fixed linkcheck for CVE website configuration failure (#5169) --- docs/conf.py | 2 ++ 1 file changed, 2 insertions(+) (limited to 'docs') diff --git a/docs/conf.py b/docs/conf.py index a3e40b7c..fc0079ac 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", + # Incomplete cert chain + r"https://cveform.mitre.org/", ] -- cgit v1.2.3