Update .gitlab/ci/doc.gitlab-ci.yml

This commit is contained in:
Swann Martinez 2021-02-27 21:37:17 +00:00
parent 9db30877b9
commit ded9592317

View File

@ -1,5 +1,6 @@
pages:
stage: doc
image: python:3.7-alpine
script:
- pip install -U sphinx
- sphinx-build -b html ./docs public