2
1
mirror of https://github.com/qpdf/qpdf.git synced 2025-01-23 23:28:35 +00:00
qpdf/.readthedocs.yaml

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

24 lines
362 B
YAML
Raw Normal View History

2021-12-18 15:44:54 -05:00
# .readthedocs.yaml
# Read the Docs configuration file
# See https://docs.readthedocs.io/en/stable/config-file/v2.html for details
# Required
version: 2
build:
2023-10-07 17:33:27 -04:00
os: ubuntu-22.04
2021-12-18 15:44:54 -05:00
tools:
2023-10-07 17:33:27 -04:00
python: "3.11"
2021-12-18 15:44:54 -05:00
sphinx:
configuration: manual/conf.py
formats: all
2021-12-18 15:44:54 -05:00
sphinx:
fail_on_warning: true
2023-10-07 17:33:27 -04:00
python:
install:
- requirements: manual/requirements.txt