From c6c838f6899728372404a7bf9f2924de7f1712c9 Mon Sep 17 00:00:00 2001 From: Alex Root Junior Date: Sat, 21 Oct 2023 19:31:48 +0300 Subject: [PATCH] Update ReadTheDocs configuration (#1345) --- .readthedocs.yml | 15 +++++++-------- 1 file changed, 7 insertions(+), 8 deletions(-) diff --git a/.readthedocs.yml b/.readthedocs.yml index 41b7a452..b61b3f17 100644 --- a/.readthedocs.yml +++ b/.readthedocs.yml @@ -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