mirror of
https://github.com/aiogram/aiogram.git
synced 2026-04-08 16:37:47 +00:00
17 lines
215 B
YAML
17 lines
215 B
YAML
version: 2
|
|
|
|
build:
|
|
on: "ubuntu-22.04"
|
|
tools:
|
|
python: "3.10"
|
|
|
|
python:
|
|
install:
|
|
- method: pip
|
|
path: .
|
|
- requirements: requirements/docs.txt
|
|
|
|
sphinx:
|
|
configuration: docs/conf.py
|
|
|
|
formats: all
|