This commit is contained in:
Kovid Goyal 2019-08-25 10:06:08 +05:30
commit 8d96d125e8
No known key found for this signature in database
GPG Key ID: 06BC317B515ACE7C

View File

@ -19,7 +19,7 @@ from setup import Command, download_securely
class MathJax(Command):
description = 'Create the MathJax bundle'
MATH_JAX_VERSION = '2.7.5'
MATH_JAX_VERSION = '2.7.6'
MATH_JAX_URL = 'https://github.com/mathjax/MathJax/archive/%s.zip' % MATH_JAX_VERSION
FONT_FAMILY = 'TeX'