mirror of
https://github.com/aiogram/aiogram.git
synced 2025-12-06 07:50:32 +00:00
Update RTD build
This commit is contained in:
parent
5a9ea04efc
commit
a07e23804a
1 changed files with 11 additions and 5 deletions
|
|
@ -1,11 +1,17 @@
|
|||
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
|
||||
|
||||
python:
|
||||
version: "3.8"
|
||||
install:
|
||||
- requirements: requirements/docs.txt
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue