File: .readthedocs.yaml

package info (click to toggle)
qpdf 12.0.0-2
  • links: PTS
  • area: main
  • in suites: sid, trixie
  • size: 70,916 kB
  • sloc: cpp: 56,135; perl: 12,063; ansic: 6,507; sh: 1,148; python: 1,027; xml: 43; makefile: 42
file content (20 lines) | stat: -rw-r--r-- 341 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# .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