2
1
mirror of https://github.com/qpdf/qpdf.git synced 2025-02-12 00:28:31 +00:00
qpdf/.readthedocs.yaml
2025-01-27 18:31:12 +00:00

21 lines
341 B
YAML

# .readthedocs.yaml
# Read the Docs configuration file
# See https://docs.readthedocs.io/en/stable/config-file/v2.html for details
version: 2
build:
os: ubuntu-22.04
tools:
python: "3.11"
sphinx:
configuration: manual/conf.py
fail_on_warning: true
formats: all
python:
install:
- requirements: manual/requirements.txt