aiogram/.readthedocs.yml

14 lines
173 B
YAML
Raw Normal View History

version: 2
python:
2022-10-02 00:31:27 +03:00
version: 3.9
install:
2022-10-02 00:28:50 +03:00
- method: pip
path: .
- requirements: requirements/docs.txt
2022-10-02 00:28:50 +03:00
sphinx:
configuration: docs/conf.py
formats: all