aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlex Gaynor <alex.gaynor@gmail.com>2020-03-31 20:24:42 -0400
committerGitHub <noreply@github.com>2020-03-31 19:24:42 -0500
commit7a2523eca44ddf02249562f38dfd0823962f0da9 (patch)
tree18d1a1642b59fd952d379697c660349afc0dc15b
parent90f5bc005f5df1808cc701c41ad7a9b867e5e81b (diff)
downloadcryptography-7a2523eca44ddf02249562f38dfd0823962f0da9.tar.gz
cryptography-7a2523eca44ddf02249562f38dfd0823962f0da9.tar.bz2
cryptography-7a2523eca44ddf02249562f38dfd0823962f0da9.zip
fixed linkcheck for CVE website configuration failure (#5169)
-rw-r--r--docs/conf.py2
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/",
]