File: .readthedocs.yaml

package info (click to toggle)
python-tornado 6.5.4-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 3,256 kB
  • sloc: python: 28,782; javascript: 156; sh: 100; ansic: 72; xml: 49; makefile: 49; sql: 23
file content (17 lines) | stat: -rw-r--r-- 189 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
version: 2

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

sphinx:
  configuration: docs/conf.py

formats:
  - pdf
  - epub

python:
  install:
    - requirements: requirements.txt