File: .readthedocs.yaml

package info (click to toggle)
tiled-qt 1.11.90-1
  • links: PTS
  • area: main
  • in suites: sid, trixie
  • size: 40,304 kB
  • sloc: cpp: 125,078; java: 4,174; python: 1,634; xml: 1,524; sh: 427; makefile: 67; ruby: 15
file content (17 lines) | stat: -rw-r--r-- 204 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
version: 2

build:
  os: "ubuntu-22.04"
  tools:
    python: "3.11"

sphinx:
  builder: dirhtml
  configuration: docs/conf.py

formats:
  - pdf

python:
  install:
  - requirements: docs/requirements.txt