From 2187f996e739b0f7a8b2be2a2974ed53e2948e3c Mon Sep 17 00:00:00 2001
From: Rebecca Kohlhaas <rebecca.kohlhaas@iws.uni-stuttgart.de>
Date: Tue, 9 Jul 2024 09:28:49 +0000
Subject: [PATCH] Pipeline: variation on pages build

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

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 62eab6abf..cb53c1873 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -80,7 +80,7 @@ unit-test-job:   # This job runs in the test stage.
 pages-job:
   stage: pages
   script:
-  - pip install -U sphinx m2r2
+  - pip install -U sphinx m2r2 furo
   - pip install -e .
 #  - cd docs
  # - .\make html
-- 
GitLab