From 6a5afd4d1c7d3f494071afcfe4e12c230e698a21 Mon Sep 17 00:00:00 2001 From: Victor Turrisi Date: Thu, 7 Dec 2023 08:05:55 -0300 Subject: [PATCH] Update .readthedocs.yml (#379) --- .readthedocs.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.readthedocs.yml b/.readthedocs.yml index 8ac256663..b9764eef3 100644 --- a/.readthedocs.yml +++ b/.readthedocs.yml @@ -1,12 +1,13 @@ version: 2 build: - image: latest + os: ubuntu-20.04 + tools: + python: "3.10" # This part is necessary otherwise the project is not built # Optionally set the version of Python and requirements required to build your docs python: - version: 3.8 install: - requirements: docs/requirements.txt - method: setuptools