Skip to content
Snippets Groups Projects
Commit 07962ffd authored by Hashim Sharif's avatar Hashim Sharif
Browse files

Removing Gitlab CI yml file

parent 0bf37392
No related branches found
No related tags found
No related merge requests found
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 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