From 0a605cfae7e34d85115fe930eb8b1629703341e7 Mon Sep 17 00:00:00 2001
From: Martin Teichmann <martin.teichmann@xfel.eu>
Date: Tue, 19 Mar 2024 12:32:28 +0100
Subject: [PATCH] make readthedocs work again

---
 .readthedocs.yaml | 7 ++++++-
 1 file changed, 6 insertions(+), 1 deletion(-)

diff --git a/.readthedocs.yaml b/.readthedocs.yaml
index 55db6ef..ac57d36 100644
--- a/.readthedocs.yaml
+++ b/.readthedocs.yaml
@@ -1,4 +1,9 @@
 version: 2
 
+build:
+  os: ubuntu-22.04
+  tools:
+    python: "3.12"
+
 sphinx:
-    configuration: conf.py
+  configuration: conf.py
-- 
GitLab