mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
Temporarily disable building of manual in Japanese
It's failing for obscure reasons and holding up the release
This commit is contained in:
parent
b33630ec1b
commit
1c34c54eb7
@ -164,7 +164,7 @@ class Manual(Command):
|
||||
languages = opts.language or list(
|
||||
json.load(open(self.j(base, 'locale', 'completed.json'), 'rb'))
|
||||
)
|
||||
languages = ['en'] + list(set(languages) - {'en'})
|
||||
languages = ['en'] + list(set(languages) - {'en', 'ja'})
|
||||
os.environ['ALL_USER_MANUAL_LANGUAGES'] = ' '.join(languages)
|
||||
for language in languages:
|
||||
jobs.append(create_job([
|
||||
|
Loading…
x
Reference in New Issue
Block a user