Build doc inside the venv with the deps

This commit is contained in:
mathieui 2018-10-13 13:44:37 +02:00
parent b4417b27a1
commit 8484f9e3c5
No known key found for this signature in database
GPG key ID: C59F84CEEFD616E3

View file

@ -11,6 +11,7 @@ build-doc:
image: docker.louiz.org/poezio/poezio/doc-builder
script:
- ./update.sh
- . ./poezio-venv/bin/activate
- make doc
- rm -rf /www/latest
- mv doc/build/html/ /www/latest