From 92fca34ba34b41c26f37ef65a4124abc2b439a1f Mon Sep 17 00:00:00 2001 From: lumbric Date: Tue, 7 May 2024 18:54:15 +0200 Subject: [PATCH] Another fix for readthedocs This is a bit of trial and error unfortunately. --- .readthedocs.yaml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/.readthedocs.yaml b/.readthedocs.yaml index 7f1a3ad..32dd5e2 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -4,6 +4,11 @@ version: 2 +build: + os: ubuntu-22.04 + tools: + python: "3.10" + sphinx: configuration: doc/conf.py @@ -12,4 +17,4 @@ python: - method: pip path: . extra_requirements: - - doc + - docs