mirror of
https://github.com/aiogram/aiogram.git
synced 2026-04-08 16:37:47 +00:00
13 lines
175 B
YAML
13 lines
175 B
YAML
version: 2
|
|
|
|
python:
|
|
version: "3.8"
|
|
install:
|
|
- method: pip
|
|
path: .
|
|
- requirements: requirements/docs.txt
|
|
|
|
sphinx:
|
|
configuration: docs/conf.py
|
|
|
|
formats: all
|