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 20:44:54 +00: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 21:33:27 +00:00
os: ubuntu-22.04
2021-12-18 20:44:54 +00:00
tools:
2023-10-07 21:33:27 +00:00
python: "3.11"
2021-12-18 20:44:54 +00:00
sphinx:
configuration: manual/conf.py
formats: all
2021-12-18 20:44:54 +00:00
sphinx:
fail_on_warning: true
2023-10-07 21:33:27 +00:00
python:
install:
- requirements: manual/requirements.txt