aboutsummaryrefslogtreecommitdiffstats
path: root/docs/conf.py
diff options
context:
space:
mode:
authorAlex Gaynor <alex.gaynor@gmail.com>2019-01-01 20:06:01 -0500
committerPaul Kehrer <paul.l.kehrer@gmail.com>2019-01-01 19:06:01 -0600
commita2156b0b8e55259dc82b7d9fd55ce4215fae26b9 (patch)
tree1f24d75cc896c4aa60716984f5f4a5d287c88abe /docs/conf.py
parente57c63c34c285689e7b100a19612ec5d7c5b9fec (diff)
downloadcryptography-a2156b0b8e55259dc82b7d9fd55ce4215fae26b9.tar.gz
cryptography-a2156b0b8e55259dc82b7d9fd55ce4215fae26b9.tar.bz2
cryptography-a2156b0b8e55259dc82b7d9fd55ce4215fae26b9.zip
Don't try to linkcheck nist links for the time being (#4668)
Diffstat (limited to 'docs/conf.py')
-rw-r--r--docs/conf.py2
1 files changed, 2 insertions, 0 deletions
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/.*",
]