Update .gitlab/ci/doc.gitlab-ci.yml
This commit is contained in:
parent
ded9592317
commit
1896994418
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user