From 7feaf51cc3d7baab7f07bd90d7b93a614bd77a4e Mon Sep 17 00:00:00 2001 From: zachaller Date: Mon, 30 Oct 2023 16:17:56 -0500 Subject: [PATCH] fix read the docs build Signed-off-by: zachaller --- .readthedocs.yaml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.readthedocs.yaml b/.readthedocs.yaml index 9dda136c3e..7b5d5d427f 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -5,4 +5,7 @@ mkdocs: python: install: - requirements: docs/requirements.txt -build.os: ubuntu \ No newline at end of file +build: + os: "ubuntu-22.04" + tools: + python: "3.7" \ No newline at end of file