From dcc345a664a6f3b7b146ca0a64b864d640a8e983 Mon Sep 17 00:00:00 2001 From: Rebecca Kohlhaas <rebecca.kohlhaas@iws.uni-stuttgart.de> Date: Fri, 28 Jun 2024 19:35:55 +0000 Subject: [PATCH] Pipeline: added theme furo to be installed --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 072f30081..3cba2e9ef 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -85,7 +85,7 @@ unit-test-job: # This job runs in the test stage. pages-job: script: - - pip install sphinx sphinx-rtd-theme m2r2 + - pip install sphinx sphinx-rtd-theme m2r2 furo - cd docs - make html - mv build/html/ ../public/ -- GitLab