Skip to content
Snippets Groups Projects
.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