|
|
|
@ -5,7 +5,8 @@ before_script:
|
|
|
|
- apk add --update --no-cache python3 && ln -sf python3 /usr/bin/python
|
|
|
|
- apk add --update --no-cache python3 && ln -sf python3 /usr/bin/python
|
|
|
|
- python3 -m ensurepip
|
|
|
|
- python3 -m ensurepip
|
|
|
|
- pip3 install --no-cache --upgrade pip setuptools
|
|
|
|
- pip3 install --no-cache --upgrade pip setuptools
|
|
|
|
- pip3 install sphinx
|
|
|
|
#- pip3 install sphinx
|
|
|
|
|
|
|
|
- pip3 install -r requirements.txt
|
|
|
|
- apk --no-cache add make
|
|
|
|
- apk --no-cache add make
|
|
|
|
- apk --no-cache add py-pygments
|
|
|
|
- apk --no-cache add py-pygments
|
|
|
|
pages:
|
|
|
|
pages:
|
|
|
|
|