File: .readthedocs.yaml

package info (click to toggle)
python-agate-sql 0.7.2-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 216 kB
  • sloc: python: 487; makefile: 123
file content (11 lines) | stat: -rw-r--r-- 171 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
version: 2
build:
  os: ubuntu-20.04
  tools:
    python: "3.9"
python:
  install:
    - path: .
    - requirements: docs/requirements.txt
sphinx:
  fail_on_warning: true