diff options
author | Alex Gaynor <alex.gaynor@gmail.com> | 2019-04-16 10:21:58 -0400 |
---|---|---|
committer | Paul Kehrer <paul.l.kehrer@gmail.com> | 2019-04-16 22:21:58 +0800 |
commit | f5e7855481e5d34b979629d2bd128fa37756e7eb (patch) | |
tree | bb8e09e0e88ff8b49c88f4e874b0611e39639794 /docs | |
parent | 0b6fba25ff9b9f6522af680707d62b497c1b8715 (diff) | |
download | cryptography-f5e7855481e5d34b979629d2bd128fa37756e7eb.tar.gz cryptography-f5e7855481e5d34b979629d2bd128fa37756e7eb.tar.bz2 cryptography-f5e7855481e5d34b979629d2bd128fa37756e7eb.zip |
Yet Another Broken Webserver (#4848)
Diffstat (limited to 'docs')
-rw-r--r-- | docs/conf.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/conf.py b/docs/conf.py index ba48138c..4f390eb4 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -185,4 +185,6 @@ linkcheck_ignore = [ "https://www.cosic.esat.kuleuven.be", # 502ing "http://www.secg.org/sec1-v2.pdf", + # 403ing from Travis + "https://devblogs.microsoft.com/oldnewthing/?p=4223", ] |