CI Doc generation: install sphinx inside the venv

This commit is contained in:
mathieui 2019-10-18 21:46:30 +02:00
parent 494feac441
commit 9c6f7246d7
No known key found for this signature in database
GPG key ID: C59F84CEEFD616E3

View file

@ -12,6 +12,7 @@ build-doc:
script:
- ./update.sh
- . ./poezio-venv/bin/activate
- pip install sphinx --ignore-installed
- make doc
- rm -rf /www/latest
- mv doc/build/html/ /www/latest