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 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", ] |