diff options
author | Alex Gaynor <alex.gaynor@gmail.com> | 2019-04-12 23:34:31 -0400 |
---|---|---|
committer | Paul Kehrer <paul.l.kehrer@gmail.com> | 2019-04-13 11:34:31 +0800 |
commit | 020caf99a704e84217a61a99f15245edc7406239 (patch) | |
tree | afa723049e1e5a278f4f39417254dd6a6d3e1cd1 /docs | |
parent | 9c7aa17ef920c9495e7a705637cf84d0f4e6163d (diff) | |
download | cryptography-020caf99a704e84217a61a99f15245edc7406239.tar.gz cryptography-020caf99a704e84217a61a99f15245edc7406239.tar.bz2 cryptography-020caf99a704e84217a61a99f15245edc7406239.zip |
More linkcheck ignores (#4844)
Diffstat (limited to 'docs')
-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 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", ] |