CI Doc generation: install sphinx inside the venv
This commit is contained in:
parent
494feac441
commit
9c6f7246d7
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue