From d6db9cd9d8fc0a2f5e28d74b7feb3a54c38a963d Mon Sep 17 00:00:00 2001 From: DONNOT Benjamin Date: Fri, 12 Jan 2024 15:40:16 +0100 Subject: [PATCH] fixing read the docs --- .readthedocs.yml | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/.readthedocs.yml b/.readthedocs.yml index 6f2d283a9..8dbbe353f 100644 --- a/.readthedocs.yml +++ b/.readthedocs.yml @@ -1,7 +1,14 @@ -version: 2 +version: "2" + +build: + os: "ubuntu-22.04" + tools: + python: "3.10" + +sphinx: + configuration: docs/conf.py python: - version: 3.8 install: - method: pip path: .