From 4ac4a9c7ad27442fe192beeafd3a2acfa283128e Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Sabine=20Schr=C3=B6der?= <s.schroeder@fz-juelich.de>
Date: Sun, 14 Feb 2021 16:51:49 +0000
Subject: [PATCH] Update .gitlab-ci.yml: failing pages seems to be related to
 new sphinx version

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

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index a1e8a9c..e5b86a7 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -41,6 +41,7 @@ docs:
   script:
     - zypper --non-interactive install python3-pip
     - pip install --upgrade pip
+    - pip install --upgrade sphinx==3.4.3
     - pip install --no-cache-dir -r requirements.txt
     - pip install --no-cache-dir -r requirements_for_documentation.txt
     - chmod +x ./CI/create_documentation.sh
-- 
GitLab