diff options
author | Alex Gaynor <alex.gaynor@gmail.com> | 2019-01-20 20:31:22 -0600 |
---|---|---|
committer | Paul Kehrer <paul.l.kehrer@gmail.com> | 2019-01-20 20:31:22 -0600 |
commit | 46cec4d935c6aec6a3ae94cb88c575965844814f (patch) | |
tree | 9946f0a072d9f3e530b55e3571fce0948fc2f0d6 /docs | |
parent | 2de450a2166e6a390f2d9e121b3d660b049b1807 (diff) | |
download | cryptography-46cec4d935c6aec6a3ae94cb88c575965844814f.tar.gz cryptography-46cec4d935c6aec6a3ae94cb88c575965844814f.tar.bz2 cryptography-46cec4d935c6aec6a3ae94cb88c575965844814f.zip |
Apparently NIST crypto resources are essential to life and property (#4721)
Diffstat (limited to 'docs')
-rw-r--r-- | docs/conf.py | 2 |
1 files changed, 0 insertions, 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/.*", ] |