From dc6e755c2ba948a1c45b3b2b0d634964e85f797c Mon Sep 17 00:00:00 2001 From: Christer Edwards Date: Tue, 21 Nov 2023 13:12:21 -0700 Subject: [PATCH] fix readthedocs build info --- .readthedocs.yaml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.readthedocs.yaml b/.readthedocs.yaml index 92e251be..5662c1e7 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -3,5 +3,7 @@ version: 2 sphinx: configuration: docs/conf.py -python: - version: 3.11 +build: + os: "ubuntu-22.04" + tools: + python: "3.11"