mirror of
https://github.com/aiogram/aiogram.git
synced 2026-04-08 16:37:47 +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
|
version: 2
|
||||||
|
|
||||||
python:
|
build:
|
||||||
version: "3.8"
|
os: ubuntu-22.04
|
||||||
install:
|
tools:
|
||||||
- method: pip
|
python: "3.11"
|
||||||
path: .
|
jobs:
|
||||||
extra_requirements:
|
post_install:
|
||||||
- docs
|
- pip install .[docs,redis]
|
||||||
- redis
|
|
||||||
|
|
||||||
sphinx:
|
sphinx:
|
||||||
configuration: docs/conf.py
|
configuration: docs/conf.py
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue