mirror of
https://github.com/aiogram/aiogram.git
synced 2025-12-06 07:50:32 +00:00
15 lines
190 B
YAML
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
|