From 74bb1944da7b4c2f5d82e238887803928d210099 Mon Sep 17 00:00:00 2001
From: Yi Nie <yi.nie@eonerc.rwth-aachen.de>
Date: Wed, 16 Aug 2023 21:44:48 +0200
Subject: [PATCH] add readthedocs tools for build.os

---
 .readthedocs.yaml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/.readthedocs.yaml b/.readthedocs.yaml
index 223e768e84..132dc1c419 100644
--- a/.readthedocs.yaml
+++ b/.readthedocs.yaml
@@ -7,6 +7,8 @@ version: 2
 
 build:
   os: ubuntu-20.04
+  tools:
+  - sphinx
 
 #conda:
 #  environment: envINEED_win.yml
-- 
GitLab