-
Yifan Zhao authoredYifan Zhao authored
.gitlab-ci.yml 176 B
image: python:3.7-alpine
build_sphinx:
stage: build
script:
- pip install -U sphinx sphinx-autodoc-typehints sphinx-rtd-theme numpydoc
- sphinx-build -b html . public
image: python:3.7-alpine
build_sphinx:
stage: build
script:
- pip install -U sphinx sphinx-autodoc-typehints sphinx-rtd-theme numpydoc
- sphinx-build -b html . public