mirror of
https://github.com/aiogram/aiogram.git
synced 2025-12-06 07:50:32 +00:00
Update ReadTheDocs configuration (#1345)
This commit is contained in:
parent
98771fdf31
commit
c6c838f689
1 changed files with 7 additions and 8 deletions
|
|
@ -1,13 +1,12 @@
|
|||
version: 2
|
||||
|
||||
python:
|
||||
version: "3.8"
|
||||
install:
|
||||
- method: pip
|
||||
path: .
|
||||
extra_requirements:
|
||||
- docs
|
||||
- redis
|
||||
build:
|
||||
os: ubuntu-22.04
|
||||
tools:
|
||||
python: "3.11"
|
||||
jobs:
|
||||
post_install:
|
||||
- pip install .[docs,redis]
|
||||
|
||||
sphinx:
|
||||
configuration: docs/conf.py
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue