Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit a2989a4

Browse files
authoredFeb 22, 2024
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
 

‎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)
Please sign in to comment.