From d6bc5bdc51331bac0108d806d83e452c6e6d853c Mon Sep 17 00:00:00 2001 From: Simon Brugman Date: Fri, 8 Dec 2023 17:02:05 +0100 Subject: [PATCH] DOCS: ReadTheDocs config --- .readthedocs.yml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/.readthedocs.yml b/.readthedocs.yml index 7d91a58..3280457 100644 --- a/.readthedocs.yml +++ b/.readthedocs.yml @@ -1,11 +1,12 @@ -# See: https://docs.readthedocs.io/en/latest/config-file/v2.html +# See: https://docs.readthedocs.io/en/stable/config-file/v2.html version: 2 build: - image: latest + os: ubuntu-22.04 + tools: + python: "3.10" python: - version: '3.10' install: - method: pip path: .