2021-03-02 09:58:06 +01:00
|
|
|
pages:
|
|
|
|
stage: doc
|
2021-03-02 09:08:39 +00:00
|
|
|
needs: ["deploy"]
|
2021-03-02 12:56:12 +00:00
|
|
|
image: python
|
2021-03-02 09:58:06 +01:00
|
|
|
script:
|
2021-03-02 12:46:26 +00:00
|
|
|
- pip install -U sphinx sphinx_rtd_theme sphinx-material
|
2021-03-02 09:58:06 +01:00
|
|
|
- sphinx-build -b html ./docs public
|
|
|
|
artifacts:
|
|
|
|
paths:
|
|
|
|
- public
|
2021-03-02 10:18:11 +01:00
|
|
|
only:
|
|
|
|
refs:
|
|
|
|
- master
|
|
|
|
- develop
|
2021-03-02 09:58:06 +01:00
|
|
|
|
|
|
|
|