From d935aec579ab546fd9f8a02ee2b576e6f1987d83 Mon Sep 17 00:00:00 2001 From: Amy He Date: Tue, 17 Sep 2024 17:50:33 -0700 Subject: [PATCH] change python version syntax --- readthedocs.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readthedocs.yml b/readthedocs.yml index 927c7bd..25b6952 100644 --- a/readthedocs.yml +++ b/readthedocs.yml @@ -24,7 +24,7 @@ conda: # Optionally set the version of Python and requirements required to build your docs python: - version: "3.10" + version: 3.10 install: - method: setuptools path: build/python