forked from orbit-oss/flask
13 lines
207 B
YAML
13 lines
207 B
YAML
version: 2
|
|
build:
|
|
os: ubuntu-20.04
|
|
tools:
|
|
python: 3.10
|
|
python:
|
|
install:
|
|
- requirements: requirements/docs.txt
|
|
- method: pip
|
|
path: .
|
|
sphinx:
|
|
builder: dirhtml
|
|
fail_on_warning: true
|