Install all the deps via apk add on Alpine in the build-docs step.

This commit is contained in:
Fabio Manganiello 2023-09-30 13:29:10 +02:00
parent 15d06fa5c2
commit d030e2b8c7
Signed by untrusted user: blacklight
GPG key ID: D90FBA7F76362774

View file

@ -49,7 +49,7 @@ steps:
commands:
- echo "Installing required build dependencies"
- apk add --update --no-cache make py3-sphinx py3-pip py3-paho-mqtt py3-yaml
- apk add --update --no-cache make py3-sphinx py3-pip $(cat platypush/install/requirements/alpine.txt)
- pip install -U hid sphinx-rtd-theme sphinx-book-theme
- pip install .
- mkdir -p /docs/current