From ab07f24d3e1b1898f63946e2caf31455a72e5b5a Mon Sep 17 00:00:00 2001 From: Alessio Buccino Date: Fri, 27 Oct 2023 12:55:10 +0200 Subject: [PATCH] Fix rtd --- .readthedocs.yaml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.readthedocs.yaml b/.readthedocs.yaml index 7a4648d..7224591 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -1,13 +1,14 @@ version: 2 build: - image: latest + os: ubuntu-20.04 + image: latest sphinx: configuration: doc/conf.py python: - version: 3.8 + version: 3.10 install: - method: pip path: .