mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04: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
@ -19,7 +19,7 @@ from setup import Command, download_securely
|
|||||||
class MathJax(Command):
|
class MathJax(Command):
|
||||||
|
|
||||||
description = 'Create the MathJax bundle'
|
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
|
MATH_JAX_URL = 'https://github.com/mathjax/MathJax/archive/%s.zip' % MATH_JAX_VERSION
|
||||||
FONT_FAMILY = 'TeX'
|
FONT_FAMILY = 'TeX'
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user