From 436519743baa70b16ecc881ccadc40ce6ec83fba Mon Sep 17 00:00:00 2001 From: Hameer Abbasi Date: Wed, 15 Jul 2020 12:39:22 +0200 Subject: Move to MathJax 3. --- tests/test_ext_math.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tests/test_ext_math.py') diff --git a/tests/test_ext_math.py b/tests/test_ext_math.py index 4df7d47c7..d094def7a 100644 --- a/tests/test_ext_math.py +++ b/tests/test_ext_math.py @@ -71,8 +71,8 @@ def test_mathjax_options(app, status, warning): content = (app.outdir / 'index.html').read_text() assert ('' in content) + 'src="https://cdn.jsdelivr.net/npm/mathjax@3/es5/tex-mml-chtml.js">' + '' in content) @pytest.mark.sphinx('html', testroot='ext-math', -- cgit v1.2.1