aiogram/.readthedocs.yml
Alex Root Junior fad45c66aa
Update .readthedocs.yml
3.10 was missing at ReadTheDocs
2023-01-12 11:55:43 +02:00

15 lines
190 B
YAML

version: 2
python:
version: "3.8"
install:
- method: pip
path: .
extra_requirements:
- docs
- redis
sphinx:
configuration: docs/conf.py
formats: all