From 879addfdef45259d79f2f6ee37b511eb251c5c1e Mon Sep 17 00:00:00 2001 From: Jo Bovy Date: Mon, 4 Mar 2024 09:50:25 -0500 Subject: [PATCH] Don't check stackoverflow link (no longer allowed, oh well) --- notes/source/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/notes/source/conf.py b/notes/source/conf.py index b7a02e4..f93dc0e 100644 --- a/notes/source/conf.py +++ b/notes/source/conf.py @@ -221,5 +221,5 @@ tls_verify = False linkcheck_ignore = [ - 'index.html','pdf/code-packaging-','https://sourceforge.net/' + 'index.html','pdf/code-packaging-','https://sourceforge.net/', ' https://stackoverflow.com/' ]