aiogram/.readthedocs.yml

16 lines
190 B
YAML
Raw Normal View History

version: 2
python:
version: "3.8"
install:
2022-10-02 00:28:50 +03:00
- method: pip
path: .
extra_requirements:
- docs
- redis
2022-10-02 00:28:50 +03:00
sphinx:
configuration: docs/conf.py
formats: all