File: .readthedocs.yaml

package info (click to toggle)
rtpengine 12.5.1.35-1
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 12,628 kB
  • sloc: ansic: 80,617; perl: 43,314; python: 3,041; sh: 1,092; makefile: 630; asm: 211
file content (13 lines) | stat: -rw-r--r-- 168 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
version: 2

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

sphinx:
   configuration: docs/conf.py

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