From f8d6d58116bdf9a51649f2a333c3719cdc095dff Mon Sep 17 00:00:00 2001
From: Martin Teichmann <martin.teichmann@xfel.eu>
Date: Mon, 10 Feb 2025 13:22:51 +0100
Subject: [PATCH] import necessary code

---
 .gitlab-ci.yml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 3aecdc8..f4d443f 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -4,6 +4,8 @@ image: sphinxdoc/sphinx
 before_script: []
 pages:
   script:
+    - pip3 install sphinx-autoapi
+    - pip3 install nbsphinx
     - sphinx-build -M html doc public
   artifacts:
     paths:
-- 
GitLab