Skip to content

Commit a249b57

Browse files
committed
add downloading of missing mathjax dependencies
1 parent 4d08a45 commit a249b57

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

documentation/hooks.py

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,12 @@ def get_external_assets(config, **kwargs):
4343
download_and_check('theme_override/assets/javascripts/tex-chtml.js',
4444
'https://cdn.jsdelivr.net/npm/[email protected]/es5/tex-chtml.js',
4545
'1d4e370eb01c3768d4304e3245b0afa6')
46-
46+
download_and_check('theme_override/assets/javascripts/output/svg.js',
47+
'https://cdn.jsdelivr.net/npm/[email protected]/es5/output/svg.js',
48+
'4f55967d16197ebb01b86356d8ab179a')
49+
download_and_check('theme_override/assets/javascripts/output/svg/fonts/tex.js',
50+
'https://cdn.jsdelivr.net/npm/[email protected]/es5/output/svg/fonts/tex.js',
51+
'6eab785a3788ea805bd2b552d1f0aab8')
4752
download_and_check('theme_override/assets/javascripts/output/chtml/fonts/woff-v2/MathJax_Zero.woff',
4853
'https://cdn.jsdelivr.net/npm/[email protected]/es5/output/chtml/fonts/woff-v2/MathJax_Zero.woff',
4954
'b26f96047d1cb466c83e9b27bf353c1f')

0 commit comments

Comments
 (0)