diff options
-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", ] |