From 2d424faf58cfd070ff4b4989c46aac36faea6845 Mon Sep 17 00:00:00 2001 From: Mark Messner Date: Wed, 10 May 2023 15:03:18 -0500 Subject: [PATCH] Fix docs build --- .readthedocs.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.readthedocs.yaml b/.readthedocs.yaml index 94ff277..e864a3d 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -3,9 +3,11 @@ formats: all build: os: ubuntu-22.04 + tools: + python: "3.11" python: - version: 3.1 + version: 3.11 install: - requirements: doc/requirements.txt