From 5a7a5f02d4395d13fb0fcb7a1eb12dd4096b1e68 Mon Sep 17 00:00:00 2001 From: Melissa LeBlanc-Williams Date: Mon, 18 Sep 2023 13:50:10 -0700 Subject: [PATCH] Fix failing docs --- .readthedocs.yaml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.readthedocs.yaml b/.readthedocs.yaml index b7f9208..57764a1 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -8,8 +8,12 @@ # Required version: 2 +build: + os: "ubuntu-20.04" + tools: + python: "3.7" + python: - version: "3.7" install: - requirements: docs/requirements.txt - requirements: requirements.txt -- 2.49.0