File: .readthedocs.yml

package info (click to toggle)
python-trio 0.33.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 2,984 kB
  • sloc: python: 30,056; sh: 82; makefile: 25
file content (20 lines) | stat: -rw-r--r-- 308 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# https://docs.readthedocs.io/en/latest/config-file/index.html
version: 2

formats:
  - htmlzip
  - epub

build:
  os: "ubuntu-22.04"
  tools:
    python: "3.11"

python:
  install:
    - requirements: docs-requirements.txt
    - path: .

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