Remove mathjax from bootstrap since it is now under resources

This commit is contained in:
Kovid Goyal 2019-01-04 21:59:01 +05:30
parent c184fe37c7
commit 98a2f53d90
No known key found for this signature in database
GPG Key ID: 06BC317B515ACE7C

View File

@ -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',