File: readthedocs.yml

package info (click to toggle)
python-aiosmtpd 1.4.3-1.1%2Bdeb12u1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 1,060 kB
  • sloc: python: 7,850; makefile: 158; sh: 5
file content (14 lines) | stat: -rw-r--r-- 213 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
version: 2

build:
  image: latest

sphinx:
  builder: html
  configuration: aiosmtpd/docs/conf.py
  fail_on_warning: true

python:
  version: 3.8
  install:
    - requirements: aiosmtpd/docs/RTD-requirements.txt