Telethon/.readthedocs.yaml

20 lines
288 B
YAML
Raw Permalink Normal View History

2023-10-15 22:03:30 +03:00
# https://docs.readthedocs.io/en/stable/config-file/v2.html
version: 2
build:
os: ubuntu-22.04
tools:
python: "3.11"
2023-11-08 16:07:33 +03:00
apt_packages:
- graphviz
2023-10-15 22:03:30 +03:00
sphinx:
configuration: client/doc/conf.py
formats:
- pdf
python:
install:
- requirements: client/doc/requirements.txt