From d8276810aa4f2486af02047017f53f8e3d09070f Mon Sep 17 00:00:00 2001 From: Bob Halley Date: Sun, 7 May 2023 09:33:25 -0700 Subject: [PATCH] try again to make doco builds work again by upgrading the build image --- .readthedocs.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.readthedocs.yml b/.readthedocs.yml index 5eeef3b7..35f54c5e 100644 --- a/.readthedocs.yml +++ b/.readthedocs.yml @@ -17,3 +17,5 @@ python: build: os: ubuntu-22.04 + tools: + python: "3.11" -- 2.47.3