From 46cec4d935c6aec6a3ae94cb88c575965844814f Mon Sep 17 00:00:00 2001 From: Alex Gaynor Date: Sun, 20 Jan 2019 20:31:22 -0600 Subject: Apparently NIST crypto resources are essential to life and property (#4721) --- docs/conf.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/docs/conf.py b/docs/conf.py index b152bf11..4349b058 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -181,6 +181,4 @@ linkcheck_retries = 10 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