Use python image to build docs
It is using python anyway, so make it simple Signed-off-by: Michal Čihař <michal@cihar.com>
This commit is contained in:
parent
cfc79ded73
commit
75bd706565
@ -63,7 +63,8 @@ matrix:
|
||||
env: CI_MODE=selenium
|
||||
- php: "7.0"
|
||||
env: CI_MODE=release
|
||||
- php: "7.0"
|
||||
- language: python
|
||||
python: "3.6"
|
||||
env: CI_MODE=docs
|
||||
- php: "7.1"
|
||||
env: CI_MODE=apidocs
|
||||
|
||||
@ -2,4 +2,4 @@
|
||||
|
||||
# Install deps for building documentation
|
||||
|
||||
pip3 install --user 'Sphinx'
|
||||
pip install --user 'Sphinx'
|
||||
|
||||
Loading…
Reference in New Issue
Block a user