File: .readthedocs.yaml

package info (click to toggle)
pysoundfile 0.13.1-2
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 336 kB
  • sloc: python: 2,017; makefile: 160; sh: 21
file content (13 lines) | stat: -rw-r--r-- 163 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
version: 2

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

sphinx:
  configuration: doc/conf.py

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