File: .readthedocs.yaml

package info (click to toggle)
python-sqlalchemy-utils 0.42.1-1
  • links: PTS, VCS
  • area: main
  • in suites: experimental
  • size: 1,236 kB
  • sloc: python: 13,002; makefile: 20
file content (14 lines) | stat: -rw-r--r-- 211 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
version: 2

build:
  os: "ubuntu-24.04"
  tools:
    python: "3.13"

python:
  install:
    - requirements: "requirements/docs/requirements.txt"

sphinx:
  configuration: "docs/conf.py"
  fail_on_warning: false