File: .readthedocs.yaml

package info (click to toggle)
python-xmlsec 1.3.14-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 656 kB
  • sloc: ansic: 4,118; python: 2,045; xml: 461; makefile: 4
file content (15 lines) | stat: -rw-r--r-- 210 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
version: 2

build:
  os: ubuntu-20.04
  tools:
    python: '3.9'

sphinx:
  configuration: doc/source/conf.py

python:
  install:
    - method: pip
      path: .
    - requirements: doc/source/requirements.txt