mirror of
git://github.com/kovidgoyal/calibre.git
synced 2025-12-16 02:16:11 +01:00
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:
parent
60c0290e1c
commit
c161fbe54a
1 changed files with 1 additions and 1 deletions
|
|
@ -19,7 +19,7 @@
|
|||
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'
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue