forked from orbit-oss/flask
14 lines
239 B
YAML
14 lines
239 B
YAML
version: 2
|
|
build:
|
|
os: ubuntu-22.04
|
|
tools:
|
|
python: '3.12'
|
|
python:
|
|
install:
|
|
- requirements: requirements/docs.txt
|
|
- method: pip
|
|
path: .
|
|
sphinx:
|
|
configuration: docs/conf.py
|
|
builder: dirhtml
|
|
fail_on_warning: true
|