Skip to content

Commit

Permalink
add downloading of missing mathjax dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
unverbuggt committed Oct 27, 2024
1 parent 4d08a45 commit a249b57
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion documentation/hooks.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,12 @@ def get_external_assets(config, **kwargs):
download_and_check('theme_override/assets/javascripts/tex-chtml.js',
'https://cdn.jsdelivr.net/npm/[email protected]/es5/tex-chtml.js',
'1d4e370eb01c3768d4304e3245b0afa6')

download_and_check('theme_override/assets/javascripts/output/svg.js',
'https://cdn.jsdelivr.net/npm/[email protected]/es5/output/svg.js',
'4f55967d16197ebb01b86356d8ab179a')
download_and_check('theme_override/assets/javascripts/output/svg/fonts/tex.js',
'https://cdn.jsdelivr.net/npm/[email protected]/es5/output/svg/fonts/tex.js',
'6eab785a3788ea805bd2b552d1f0aab8')
download_and_check('theme_override/assets/javascripts/output/chtml/fonts/woff-v2/MathJax_Zero.woff',
'https://cdn.jsdelivr.net/npm/[email protected]/es5/output/chtml/fonts/woff-v2/MathJax_Zero.woff',
'b26f96047d1cb466c83e9b27bf353c1f')
Expand Down

0 comments on commit a249b57

Please sign in to comment.