File: .readthedocs.yaml

package info (click to toggle)
python-headerparser 0.5.1-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 404 kB
  • sloc: python: 3,133; makefile: 6; sh: 4
file content (14 lines) | stat: -rw-r--r-- 230 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
version: 2
formats: all
python:
  install:
    - requirements: docs/requirements.txt
    - method: pip
      path: .
build:
  os: ubuntu-22.04
  tools:
    python: "3"
sphinx:
  configuration: docs/conf.py
  fail_on_warning: true