diff options
-rw-r--r-- | docs/conf.py | 2 |
1 files changed, 2 insertions, 0 deletions
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/", ] |