aiogram/.readthedocs.yml
2022-10-02 00:28:50 +03:00

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