File: .readthedocs.yaml

package info (click to toggle)
python-sdbus 0.14.2-1
  • links: PTS, VCS
  • area: main
  • in suites:
  • size: 1,000 kB
  • sloc: python: 7,966; ansic: 2,512; makefile: 9; sh: 4
file content (15 lines) | stat: -rw-r--r-- 175 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
---

version: 2

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

sphinx:
  configuration: "docs/conf.py"

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