aiogram/.readthedocs.yml

18 lines
215 B
YAML
Raw Normal View History

version: 2
2022-10-02 00:28:50 +03:00
build:
on: "ubuntu-22.04"
tools:
python: "3.10"
python:
install:
2022-10-02 00:28:50 +03:00
- method: pip
path: .
- requirements: requirements/docs.txt
2022-10-02 00:28:50 +03:00
sphinx:
configuration: docs/conf.py
formats: all