mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -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:
|
run:
|
||||||
python setup/unix-ci.py install
|
python setup/unix-ci.py install
|
||||||
|
|
||||||
- name: Install transifex client
|
- name: Install translations dependencies
|
||||||
run:
|
run:
|
||||||
python -m pip install transifex-client
|
python -m pip install -U transifex-client sphinx
|
||||||
|
|
||||||
- name: Bootstrap calibre
|
- name: Bootstrap calibre
|
||||||
run: python setup/unix-ci.py bootstrap
|
run: python setup/unix-ci.py bootstrap
|
||||||
|
Loading…
x
Reference in New Issue
Block a user