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

Fixed gitlab-ci

parent 7af842b0
No related branches found
No related tags found
No related merge requests found
......@@ -2,6 +2,11 @@ image: python:3.7-alpine
build_sphinx:
stage: build
tags:
- hpvm
script:
- pip install -U sphinx sphinx-autodoc-typehints sphinx-rtd-theme numpydoc
- sphinx-build -b html . public
- pip install -U sphinx sphinx-autodoc-typehints sphinx-rtd-theme numpydoc
- sphinx-build -b html hpvm/docs/ public/
artifacts:
paths:
- 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