File: .readthedocs.yaml

package info (click to toggle)
python-omemo 1.2.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 584 kB
  • sloc: python: 3,511; makefile: 13
file content (16 lines) | stat: -rw-r--r-- 219 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
version: 2

build:
  os: ubuntu-lts-latest
  tools:
    python: "3"

sphinx:
  configuration: docs/conf.py
  fail_on_warning: true

python:
  install:
  - requirements: docs/requirements.txt
  - method: pip
    path: .