Skip to content

Commit bfd9285

Browse files
committed
MAINT: add ignore for math.stackexchange and stackoverflow due to 403
1 parent 0ec8248 commit bfd9285

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lectures/_config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ sphinx:
3838
extra_extensions: [sphinx_multitoc_numbering, sphinxext.rediraffe, sphinx_exercise, sphinx_togglebutton, sphinx.ext.intersphinx, sphinx_proof, sphinx_tojupyter]
3939
config:
4040
# false-positive links
41-
linkcheck_ignore: ['https://doi.org/https://doi.org/10.2307/1235116']
41+
linkcheck_ignore: ['https://doi.org/https://doi.org/10.2307/1235116', 'https://math.stackexchange.com/*', 'https://stackoverflow.com/*']
4242
# myst-nb config
4343
nb_render_image_options:
4444
width: 80%

0 commit comments

Comments
 (0)