summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlex Gaynor <alex.gaynor@gmail.com>2020-11-13 12:25:43 -0500
committerGitHub <noreply@github.com>2020-11-13 11:25:43 -0600
commit488cd740bb9502af7faad79c0575c5454045e0d0 (patch)
treed15b610ad168bb9c7cd39f6955dc9d24fac8d25c
parenteb02f2127f427dcb53d7ca2b0918844ecf5ca872 (diff)
downloadcryptography-488cd740bb9502af7faad79c0575c5454045e0d0.tar.gz
Remove two linkcheck ignores (#5570)
-rw-r--r--docs/conf.py4
1 files changed, 0 insertions, 4 deletions
diff --git a/docs/conf.py b/docs/conf.py
index 87e2b5869..33240d8de 100644
--- a/docs/conf.py
+++ b/docs/conf.py
@@ -199,8 +199,4 @@ linkcheck_ignore = [
r"https://info.isl.ntt.co.jp/crypt/eng/camellia/",
# Inconsistent small DH params they seem incapable of fixing
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/",
]