ytdl-sub/.readthedocs.yaml
Ross Patterson 98afe65f30
ci(docs): RTD Sphinx warnings false successes
Use the same options on readthedocs.com that we use locally to fail on all warnings,
mostly to better catch stale cross references.
2025-08-29 14:58:12 -07:00

18 lines
280 B
YAML

version: 2
build:
os: "ubuntu-22.04"
tools:
python: "3.10"
sphinx:
configuration: docs/source/conf.py
fail_on_warning: true
python:
install:
- requirements: docs/source/requirements.txt
- method: pip
path: .
extra_requirements:
- docs