From f97946a92f195400345b6548411c618d3dd7fcfe Mon Sep 17 00:00:00 2001 From: Rebecca Kohlhaas <rebecca.kohlhaas@iws.uni-stuttgart.de> Date: Fri, 28 Jun 2024 19:37:08 +0000 Subject: [PATCH] Pipeline: added install of self for creating the theme --- .gitlab-ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 3cba2e9ef..1522007c8 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -86,6 +86,7 @@ unit-test-job: # This job runs in the test stage. pages-job: script: - pip install sphinx sphinx-rtd-theme m2r2 furo + - pip install -e . - cd docs - make html - mv build/html/ ../public/ -- GitLab