feat: testing doc building with python 3.8

This commit is contained in:
Swann Martinez 2021-03-02 12:56:12 +00:00
parent 1c3394ce56
commit 0ccd0563ea

View File

@ -1,7 +1,7 @@
pages:
stage: doc
needs: ["deploy"]
image: python:3.7-alpine
image: python
script:
- pip install -U sphinx sphinx_rtd_theme sphinx-material
- sphinx-build -b html ./docs public