From fdcc9dcd1f3e94531a30e628ca26f0198a5362a2 Mon Sep 17 00:00:00 2001 From: Volker von Holt <v.von-holt@ostfalia.de> Date: Mon, 10 Jun 2024 08:41:18 +0000 Subject: [PATCH] Update file .gitlab-ci.yml --- .gitlab-ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 44e001f..b06b37b 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -23,6 +23,7 @@ test: script: - pip3 install -U sphinx - pip3 install sphinx-rtd-theme + - pip3 install sphinx-copybutton - sphinx-build -b html docs/source/ public/ - branches except: @@ -33,6 +34,7 @@ pages: script: - pip3 install -U sphinx - pip3 install sphinx-rtd-theme + - pip3 install sphinx-copybutton - sphinx-build -b html docs/source/ public/ artifacts: paths: -- GitLab