python-click/.readthedocs.yaml

14 lines
209 B
YAML
Raw Normal View History

2021-10-10 03:31:57 +02:00
version: 2
2022-11-30 09:52:01 +01:00
build:
os: ubuntu-20.04
tools:
python: "3.10"
2021-10-10 03:31:57 +02:00
python:
install:
- requirements: requirements/docs.txt
- method: pip
path: .
sphinx:
builder: dirhtml
fail_on_warning: true