mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
Merge branch 'update-mathjax' of https://github.com/eli-schwartz/calibre
This commit is contained in:
commit
8d96d125e8
@ -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'
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user