From 1d332a2e0ad73297f86d228d5bbbe9423140b854 Mon Sep 17 00:00:00 2001 From: Ryan Soklaski Date: Thu, 28 May 2020 23:15:39 -0400 Subject: [PATCH] Update test_ext_math.py Bump hardcoded mathjax version to 2.7.7 --- tests/test_ext_math.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/test_ext_math.py b/tests/test_ext_math.py index b5de6cc1c..4df7d47c7 100644 --- a/tests/test_ext_math.py +++ b/tests/test_ext_math.py @@ -71,7 +71,7 @@ def test_mathjax_options(app, status, warning): content = (app.outdir / 'index.html').read_text() assert ('' in content)