python-click/.readthedocs.yaml
2022-11-30 09:52:01 +01:00

14 lines
209 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