From 83c2b42a5c9bea61e6b8c22f9ac2b9efc5a978ba Mon Sep 17 00:00:00 2001 From: Vincent Michel Date: Sat, 9 Dec 2023 18:13:29 +0100 Subject: [PATCH] Update readthedocs conf --- .readthedocs.yaml | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/.readthedocs.yaml b/.readthedocs.yaml index 1927be4..9fb5d7d 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -1,9 +1,15 @@ version: 2 -sphinx: - configuration: docs/conf.py +build: + os: ubuntu-22.04 + tools: + python: "3.11" python: - version: 3.7 install: - requirements: docs/requirements.txt + - method: pip + path: . + +sphinx: + configuration: docs/conf.py