From 1128beb389ea297cb5c0c6817407c28616b12c43 Mon Sep 17 00:00:00 2001 From: RayBipse Date: Wed, 20 Dec 2023 12:08:35 -0800 Subject: [PATCH] added the required build section --- readthedocs.yml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/readthedocs.yml b/readthedocs.yml index f8afd40e..b15a595d 100644 --- a/readthedocs.yml +++ b/readthedocs.yml @@ -22,4 +22,9 @@ python: path: . conda: - environment: environment.yml \ No newline at end of file + environment: environment.yml + +build: + os: "ubuntu-22.04" + tools: + python: "3.7" \ No newline at end of file