From bb32820d0909db048ddb80574659f0de8c4740a2 Mon Sep 17 00:00:00 2001 From: Dave Lawrence Date: Tue, 3 Oct 2023 11:44:19 +1030 Subject: [PATCH] New RDT buid.os requirement --- .readthedocs.yml | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/.readthedocs.yml b/.readthedocs.yml index 7a3593e..65a66bb 100644 --- a/.readthedocs.yml +++ b/.readthedocs.yml @@ -17,7 +17,11 @@ sphinx: formats: all # Optionally set the version of Python and requirements required to build your docs +build: + os: "ubuntu-22.04" + tools: + python: "3.11" + python: - version: 3.7 - install: - - requirements: requirements.txt + install: + - requirements: requirements.txt \ No newline at end of file