vdirsyncer/.readthedocs.yaml
Hugo Osvaldo Barrera c2eed9fb59 Add a readthedocs configuration file
Used for building docs in CI pipelines.
2024-12-09 01:36:22 +01:00

12 lines
161 B
YAML

version: 2
build:
os: "ubuntu-22.04"
tools:
python: "3.9"
python:
install:
- method: pip
path: .
- requirements: docs-requirements.txt