File: .readthedocs.yaml

package info (click to toggle)
python-portend 3.2.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 148 kB
  • sloc: python: 190; sh: 9; makefile: 3
file content (12 lines) | stat: -rw-r--r-- 188 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
version: 2
python:
  install:
  - path: .
    extra_requirements:
      - docs

# required boilerplate readthedocs/readthedocs.org#10401
build:
  os: ubuntu-22.04
  tools:
    python: "3"