From 307a3147a616b080193188825121298646370a34 Mon Sep 17 00:00:00 2001 From: Rebecca Kohlhaas <rebecca.kohlhaas@iws.uni-stuttgart.de> Date: Fri, 28 Jun 2024 19:33:14 +0000 Subject: [PATCH] Pipeline: added missing install --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index e8456540c..072f30081 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 + - pip install sphinx sphinx-rtd-theme m2r2 - cd docs - make html - mv build/html/ ../public/ -- GitLab