From ab9dcce8b80dddb0da4fb9351b37e86ee3566b5a Mon Sep 17 00:00:00 2001 From: Antony Lewis Date: Tue, 26 Sep 2023 10:35:12 +0100 Subject: [PATCH] readthedocs --- .readthedocs.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.readthedocs.yml b/.readthedocs.yml index 1a7ca912..83bf8104 100644 --- a/.readthedocs.yml +++ b/.readthedocs.yml @@ -1,7 +1,11 @@ version: 2 +build: + os: "ubuntu-22.04" + tools: + python: "3.11" + python: - version: 3.8 install: - requirements: docs/requirements.txt - method: pip