From 7b7cabd72b5681dd895aa5c925f4272d2bcf7d28 Mon Sep 17 00:00:00 2001
From: Volker von Holt <v.von-holt@ostfalia.de>
Date: Sun, 9 Jun 2024 21:22:11 +0000
Subject: [PATCH] Update file .gitlab-ci.yml

---
 .gitlab-ci.yml | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 75037ae..44e001f 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -31,7 +31,8 @@ test:
 pages:
   stage: deploy
   script:
-  - pip install -U sphinx
+  - pip3 install -U sphinx
+  - pip3 install sphinx-rtd-theme
   - sphinx-build -b html docs/source/ public/
   artifacts:
     paths:
-- 
GitLab