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

This commit is contained in:
Swann Martinez 2021-02-27 21:39:09 +00:00
parent ded9592317
commit 1896994418

View File

@ -2,7 +2,7 @@ pages:
stage: doc
image: python:3.7-alpine
script:
- pip install -U sphinx
- pip install -U sphinx sphinx_rtd_theme
- sphinx-build -b html ./docs public
artifacts:
paths: