mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
Remove mathjax from bootstrap since it is now under resources
This commit is contained in:
parent
c184fe37c7
commit
98a2f53d90
@ -335,7 +335,7 @@ class Bootstrap(Command):
|
|||||||
|
|
||||||
description = 'Bootstrap a fresh checkout of calibre from git to a state where it can be installed. Requires various development tools/libraries/headers'
|
description = 'Bootstrap a fresh checkout of calibre from git to a state where it can be installed. Requires various development tools/libraries/headers'
|
||||||
TRANSLATIONS_REPO = 'https://github.com/kovidgoyal/calibre-translations.git'
|
TRANSLATIONS_REPO = 'https://github.com/kovidgoyal/calibre-translations.git'
|
||||||
sub_commands = 'build iso639 iso3166 translations gui resources cacerts recent_uas mathjax'.split()
|
sub_commands = 'build iso639 iso3166 translations gui resources cacerts recent_uas'.split()
|
||||||
|
|
||||||
def add_options(self, parser):
|
def add_options(self, parser):
|
||||||
parser.add_option('--ephemeral', default=False, action='store_true',
|
parser.add_option('--ephemeral', default=False, action='store_true',
|
||||||
|
Loading…
x
Reference in New Issue
Block a user