aboutsummaryrefslogtreecommitdiffstats
path: root/docs/conf.py
diff options
context:
space:
mode:
authorAlex Gaynor <alex.gaynor@gmail.com>2019-04-12 23:34:31 -0400
committerPaul Kehrer <paul.l.kehrer@gmail.com>2019-04-13 11:34:31 +0800
commit020caf99a704e84217a61a99f15245edc7406239 (patch)
treeafa723049e1e5a278f4f39417254dd6a6d3e1cd1 /docs/conf.py
parent9c7aa17ef920c9495e7a705637cf84d0f4e6163d (diff)
downloadcryptography-020caf99a704e84217a61a99f15245edc7406239.tar.gz
cryptography-020caf99a704e84217a61a99f15245edc7406239.tar.bz2
cryptography-020caf99a704e84217a61a99f15245edc7406239.zip
More linkcheck ignores (#4844)
Diffstat (limited to 'docs/conf.py')
-rw-r--r--docs/conf.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/conf.py b/docs/conf.py
index fb1537e4..ba48138c 100644
--- a/docs/conf.py
+++ b/docs/conf.py
@@ -183,4 +183,6 @@ linkcheck_ignore = [
"https://info.isl.ntt.co.jp/crypt/eng/camellia/",
# Serving an incomplete chain
"https://www.cosic.esat.kuleuven.be",
+ # 502ing
+ "http://www.secg.org/sec1-v2.pdf",
]