From 9ec711211e1cb5880761d49088a9f8dd1506ff4e Mon Sep 17 00:00:00 2001 From: Melissa LeBlanc-Williams Date: Mon, 18 Sep 2023 13:39:44 -0700 Subject: [PATCH] Use build.os in readthedocs.yaml --- .readthedocs.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.readthedocs.yml b/.readthedocs.yml index 5319d1f..a9b4e95 100644 --- a/.readthedocs.yml +++ b/.readthedocs.yml @@ -7,8 +7,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