Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 10 additions & 3 deletions lectures/_config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,10 @@ sphinx:
config:
bibtex_reference_style: author_year
# false-positive links
linkcheck_ignore: ['https://doi.org/https://doi.org/10.2307/1235116', 'https://unctad.org/publication/commodities-and-development-report-2019',
'https://math.stackexchange.com/*', 'https://stackoverflow.com/*']
linkcheck_ignore: [
'https://doi.org/https://doi.org/10.2307/1235116',
'https://unctad.org/publication/commodities-and-development-report-2019',
'https://math.stackexchange.com/*', 'https://stackoverflow.com/*', 'https://baike.baidu.com/*']
# myst-nb config
nb_render_image_options:
width: 80%
Expand Down Expand Up @@ -126,4 +128,9 @@ sphinx:
language: python3
name: python3
file_extension: ".py"
tojupyter_images_markdown: true
tojupyter_images_markdown: true
nb_mime_priority_overrides: [
# Link Checker
['linkcheck', 'text/plain', 10],
['linkcheck', 'text/html', 20],
]
Loading