aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlex Gaynor <alex.gaynor@gmail.com>2019-01-20 20:31:22 -0600
committerPaul Kehrer <paul.l.kehrer@gmail.com>2019-01-20 20:31:22 -0600
commit46cec4d935c6aec6a3ae94cb88c575965844814f (patch)
tree9946f0a072d9f3e530b55e3571fce0948fc2f0d6
parent2de450a2166e6a390f2d9e121b3d660b049b1807 (diff)
downloadplatform_external_python_cryptography-46cec4d935c6aec6a3ae94cb88c575965844814f.tar.gz
platform_external_python_cryptography-46cec4d935c6aec6a3ae94cb88c575965844814f.tar.bz2
platform_external_python_cryptography-46cec4d935c6aec6a3ae94cb88c575965844814f.zip
Apparently NIST crypto resources are essential to life and property (#4721)
-rw-r--r--docs/conf.py2
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/.*",
]