From bfd9285cf9c4133d829b35ddb9a350ae9eb075a6 Mon Sep 17 00:00:00 2001 From: mmcky Date: Thu, 22 Feb 2024 14:33:51 +1100 Subject: [PATCH] MAINT: add ignore for math.stackexchange and stackoverflow due to 403 --- lectures/_config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lectures/_config.yml b/lectures/_config.yml index ad95918c..348a1881 100644 --- a/lectures/_config.yml +++ b/lectures/_config.yml @@ -38,7 +38,7 @@ sphinx: extra_extensions: [sphinx_multitoc_numbering, sphinxext.rediraffe, sphinx_exercise, sphinx_togglebutton, sphinx.ext.intersphinx, sphinx_proof, sphinx_tojupyter] config: # false-positive links - linkcheck_ignore: ['https://doi.org/https://doi.org/10.2307/1235116'] + linkcheck_ignore: ['https://doi.org/https://doi.org/10.2307/1235116', 'https://math.stackexchange.com/*', 'https://stackoverflow.com/*'] # myst-nb config nb_render_image_options: width: 80%