Install sphinx needed to get POT files for the user manual

This commit is contained in:
Kovid Goyal 2020-07-31 23:28:06 +05:30
parent c7b66aada8
commit 8f775bb2f7
No known key found for this signature in database
GPG Key ID: 06BC317B515ACE7C

View File

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