From e9ef4a2d6a64fc7098183e12bfba2b39c02f2182 Mon Sep 17 00:00:00 2001 From: Volker von Holt <v.von-holt@ostfalia.de> Date: Sun, 9 Jun 2024 21:17:56 +0000 Subject: [PATCH] Update file .gitlab-ci.yml --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index a06dee3..5f8ee42 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -21,7 +21,7 @@ image: python:3.8-alpine test: stage: test script: - - pip install -U sphinx + - pip3 install -U sphinx sphinx-rtd-theme - sphinx-build -b html docs/source/ public/ - branches except: -- GitLab