Update ReadTheDocs configuration

This commit is contained in:
Alex Root Junior 2023-10-21 19:18:53 +03:00
parent 98771fdf31
commit 4f58c0efbd
No known key found for this signature in database
GPG key ID: 074C1D455EBEA4AC

View file

@ -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