File: .readthedocs.yaml

package info (click to toggle)
btrfs-progs 6.14-1
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 18,252 kB
  • sloc: ansic: 125,283; sh: 7,567; python: 1,386; makefile: 899; asm: 296
file content (10 lines) | stat: -rw-r--r-- 182 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
version: 2
build:
  os: ubuntu-22.04
  tools:
    python: "3.12"
sphinx:
  configuration: Documentation/conf.py
python:
  install:
    - requirements: Documentation/requirements.txt