From a3ab8a907c6a06d8b0eb58e47751c4fd2eae5322 Mon Sep 17 00:00:00 2001
From: Paul Eckhardt <pe@nilu.no>
Date: Tue, 20 Aug 2024 18:22:50 +0200
Subject: [PATCH] bugfix: install theme

---
 .gitlab-ci.yml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index ce580b6..fbe2f16 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -2,7 +2,7 @@
 image: python:3.11-slim
 # Functions that should be executed before the build script is run
 before_script:
-  - python3 -m pip install sphinx
+  - python3 -m pip install sphinx sphinx_rtd_theme
 
 
 pages:
@@ -21,4 +21,4 @@ pages:
         - docs/**/*
 
 stages:
-  - pages
\ No newline at end of file
+  - pages
-- 
GitLab