resources: bump mathjax version to 2.7.6

There is actually no real consequential change here, because the update
is a trivial bugfix that doesn't affect calibre's use, but let's do it
anyway because it is both simple and harmless.
This commit is contained in:
Eli Schwartz 2019-08-25 00:21:03 -04:00
parent 60c0290e1c
commit c161fbe54a
No known key found for this signature in database
GPG Key ID: CEB167EFB5722BD6

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'