From db8a599b9cf8d3000585339c4c71223381977597 Mon Sep 17 00:00:00 2001 From: Katherine Kinnaman Date: Mon, 6 Nov 2023 12:10:41 -0600 Subject: [PATCH] Updating ReadTheDocs configuration file to fix build failure. (#902) --- .readthedocs.yml | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/.readthedocs.yml b/.readthedocs.yml index 89f1b2ddd..00d53d679 100644 --- a/.readthedocs.yml +++ b/.readthedocs.yml @@ -1,7 +1,13 @@ version: 2 +# Set build image and Python version + +build: + os: ubuntu-22.04 + tools: + python: "3" + python: - version: "3" install: - requirements: requirements.txt