From 020caf99a704e84217a61a99f15245edc7406239 Mon Sep 17 00:00:00 2001 From: Alex Gaynor Date: Fri, 12 Apr 2019 23:34:31 -0400 Subject: More linkcheck ignores (#4844) --- docs/conf.py | 2 ++ 1 file changed, 2 insertions(+) (limited to 'docs') 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", ] -- cgit v1.2.3