From e1f7b63e52eb8301aa24ed2c5b6c3c05cf27754e Mon Sep 17 00:00:00 2001 From: Anthony Lombardi Date: Mon, 28 Aug 2023 14:44:24 -0400 Subject: [PATCH] BUG: Fix missing fields in RTD config --- .readthedocs.yaml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/.readthedocs.yaml b/.readthedocs.yaml index d0c54634..dafb7fde 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -2,4 +2,9 @@ version: 2 python: install: - - requirements: Documentation/requirements.txt \ No newline at end of file + - requirements: Documentation/requirements.txt + +build: + os: ubuntu-22.04 + tools: + python: "3.10" \ No newline at end of file