From b6cfd70475061bcd2fb3a639e1ecc604825b40cd Mon Sep 17 00:00:00 2001 From: "Matthew M. Keeler" Date: Fri, 20 Oct 2023 15:35:58 -0400 Subject: [PATCH] docs: Fix readthedocs config format (#228) --- .readthedocs.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.readthedocs.yml b/.readthedocs.yml index 56781a23..74aa8c2d 100644 --- a/.readthedocs.yml +++ b/.readthedocs.yml @@ -1,7 +1,11 @@ version: 2 +build: + os: "ubuntu-22.04" + tools: + python: "3.7" + python: - version: 3.7 install: - requirements: docs/requirements.txt - requirements: requirements.txt