From ee18146d225dfea8115c1a083cbc86d66ba2c74d Mon Sep 17 00:00:00 2001 From: Kyle Koeller Date: Thu, 8 Feb 2024 19:13:38 -0600 Subject: [PATCH] Python Version to Build.tools Moving the required python version from under the python label to build.tools --- .readthedocs.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.readthedocs.yml b/.readthedocs.yml index 07237ad..ca0916f 100644 --- a/.readthedocs.yml +++ b/.readthedocs.yml @@ -1,11 +1,12 @@ version: 2 - +# see this website for other commands https://docs.readthedocs.io/en/stable/config-file/v2.html # Set the version of Python and other tools you might need build: os: "ubuntu-22.04" # can no longer use build.image but must be build.os + tools: + python: "3.8" python: - version: 3.8 install: - requirements: requirements.txt - method: pip