From a2156b0b8e55259dc82b7d9fd55ce4215fae26b9 Mon Sep 17 00:00:00 2001 From: Alex Gaynor Date: Tue, 1 Jan 2019 20:06:01 -0500 Subject: Don't try to linkcheck nist links for the time being (#4668) --- docs/conf.py | 2 ++ 1 file changed, 2 insertions(+) (limited to 'docs') diff --git a/docs/conf.py b/docs/conf.py index 2264affd..39fa4f18 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -181,4 +181,6 @@ linkcheck_retries = 5 linkcheck_ignore = [ # Small DH key results in a TLS failure on modern OpenSSL "https://info.isl.ntt.co.jp/crypt/eng/camellia/", + # Federal government shutdown, and the anti-deficiency act + r"^https://[\w\.]+?\.nist\.gov/.*", ] -- cgit v1.2.3