From 68bc4f99b22f8e36b77baac671dbafabe27123f5 Mon Sep 17 00:00:00 2001 From: David Buchmann Date: Tue, 31 Oct 2023 17:49:27 +0100 Subject: [PATCH] adjust to readthedocs new config requirements --- .readthedocs.yaml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.readthedocs.yaml b/.readthedocs.yaml index 530f402..2bc7396 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -1,5 +1,10 @@ version: 2 +build: + os: ubuntu-22.04 + tools: + python: "3.11" + sphinx: configuration: conf.py @@ -8,6 +13,5 @@ formats: - pdf python: - version: "3.7" install: - requirements: requirements.txt