diff options
Diffstat (limited to 'tests/test_ext_math.py')
-rw-r--r-- | tests/test_ext_math.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/test_ext_math.py b/tests/test_ext_math.py index 10c8c4866..bd124c8c6 100644 --- a/tests/test_ext_math.py +++ b/tests/test_ext_math.py @@ -72,8 +72,8 @@ def test_mathjax_options(app, status, warning): content = (app.outdir / 'index.html').read_text() assert ('<script async="async" integrity="sha384-0123456789" ' - 'src="https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.7/latest.js?' - 'config=TeX-AMS-MML_HTMLorMML"></script>' in content) + 'src="https://cdn.jsdelivr.net/npm/mathjax@3/es5/tex-mml-chtml.js">' + '</script>' in content) @pytest.mark.sphinx('html', testroot='ext-math', |