mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-08 18:54:09 -04:00
Install sphinx needed to get POT files for the user manual
This commit is contained in:
parent
c7b66aada8
commit
8f775bb2f7
4
.github/workflows/translations.yml
vendored
4
.github/workflows/translations.yml
vendored
@ -23,9 +23,9 @@ jobs:
|
||||
run:
|
||||
python setup/unix-ci.py install
|
||||
|
||||
- name: Install transifex client
|
||||
- name: Install translations dependencies
|
||||
run:
|
||||
python -m pip install transifex-client
|
||||
python -m pip install -U transifex-client sphinx
|
||||
|
||||
- name: Bootstrap calibre
|
||||
run: python setup/unix-ci.py bootstrap
|
||||
|
Loading…
x
Reference in New Issue
Block a user