From 3d205906717c2bf12a673671cc74786236a412ed Mon Sep 17 00:00:00 2001
From: RayBipse <raybipse@gmail.com>
Date: Thu, 21 Dec 2023 14:15:20 -0800
Subject: [PATCH] Removed python.version and added back tools.python

---
 readthedocs.yml | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/readthedocs.yml b/readthedocs.yml
index f266ec2..f04cf7e 100644
--- a/readthedocs.yml
+++ b/readthedocs.yml
@@ -16,7 +16,6 @@ formats: all
 
 # Optionally set the version of Python and requirements required to build your docs
 python:
-  version: 3.7
   install:
     - method: setuptools
       path: .
@@ -25,4 +24,6 @@ conda:
   environment: environment.yml
 
 build:
-  os: "ubuntu-22.04"
\ No newline at end of file
+  os: "ubuntu-22.04"
+  tools:
+    python: "3.7"
\ No newline at end of file