Skip to content

Commit a2989a4

Browse files
authored
MAINT: add ignore for math.stackexchange and stackoverflow due to 403 (#383)
1 parent 0ec8248 commit a2989a4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: lectures/_config.yml

+1-1
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)