File: .readthedocs.yml

package info (click to toggle)
lazy-object-proxy 1.10.0-4
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 384 kB
  • sloc: python: 3,235; ansic: 944; makefile: 6
file content (14 lines) | stat: -rw-r--r-- 282 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# See https://docs.readthedocs.io/en/stable/config-file/v2.html for details
version: 2
sphinx:
  configuration: docs/conf.py
formats: all
build:
  os: ubuntu-22.04
  tools:
    python: "3"
python:
  install:
    - requirements: docs/requirements.txt
    - method: pip
      path: .