Skip to content
Snippets Groups Projects
Commit 906b58f2 authored by Yifan Zhao's avatar Yifan Zhao
Browse files

Set up .gitlab-ci.yml for sphinx automation

parent 2ee0a0fa
No related branches found
No related tags found
No related merge requests found
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
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment