docs: Add CI stage

pull/1578/head
Noah Gorny 2020-10-28 09:14:08 +02:00 committed by phreakocious
parent 6dd91abd4c
commit 106bb37f69
1 changed files with 9 additions and 0 deletions

View File

@ -22,6 +22,15 @@ cache:
jobs: jobs:
include: include:
- language: python
python: 3.8
name: docs
dist: bionic
install:
pip3 install -r docs/requirements.txt;
script:
sphinx-build -W -b html docs docs/_build/html;
- language: go - language: go
go: "1.14" go: "1.14"
name: pre-commit lint name: pre-commit lint