File tree Expand file tree Collapse file tree 1 file changed +10
-3
lines changed Expand file tree Collapse file tree 1 file changed +10
-3
lines changed Original file line number Diff line number Diff line change @@ -39,8 +39,10 @@ sphinx:
39
39
config :
40
40
bibtex_reference_style : author_year
41
41
# false-positive links
42
- linkcheck_ignore : ['https://doi.org/https://doi.org/10.2307/1235116', 'https://unctad.org/publication/commodities-and-development-report-2019',
43
- ' https://math.stackexchange.com/*' , 'https://stackoverflow.com/*']
42
+ linkcheck_ignore : [
43
+ ' https://doi.org/https://doi.org/10.2307/1235116' ,
44
+ ' https://unctad.org/publication/commodities-and-development-report-2019' ,
45
+ ' https://math.stackexchange.com/*' , 'https://stackoverflow.com/*', 'https://baike.baidu.com/*']
44
46
# myst-nb config
45
47
nb_render_image_options :
46
48
width : 80%
@@ -126,4 +128,9 @@ sphinx:
126
128
language : python3
127
129
name : python3
128
130
file_extension : " .py"
129
- tojupyter_images_markdown : true
131
+ tojupyter_images_markdown : true
132
+ nb_mime_priority_overrides : [
133
+ # Link Checker
134
+ ['linkcheck', 'text/plain', 10],
135
+ ['linkcheck', 'text/html', 20],
136
+ ]
You can’t perform that action at this time.
0 commit comments