aiogram/.readthedocs.yml
2023-10-21 19:31:48 +03:00

14 lines
179 B
YAML

version: 2
build:
os: ubuntu-22.04
tools:
python: "3.11"
jobs:
post_install:
- pip install .[docs,redis]
sphinx:
configuration: docs/conf.py
formats: all