aiogram/.readthedocs.yml

14 lines
175 B
YAML
Raw Normal View History

version: 2
python:
2022-10-02 00:33:24 +03:00
version: "3.8"
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