From e94415a14bc0a74269a4e3babed83bb8d300dcdb Mon Sep 17 00:00:00 2001
From: Jan Habscheid <jan.habscheid@rwth-aachen.de>
Date: Sat, 19 Oct 2024 15:09:14 +0200
Subject: [PATCH] Update .gitlab-ci.yml file

---
 .gitlab-ci.yml | 5 -----
 1 file changed, 5 deletions(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 0e87a27..5841591 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -8,11 +8,6 @@ stages:  # Define stages in the pipeline
 build-docs:
   stage: build
   script:
-    - pip install markdown-it-py pyyaml docutils==0.20 sphinx-rtd-theme # necessary dependencies for sphinx
-    - pip install sphinx
-    - pip install sphinx-rtd-theme
-    - pip install sphinx-copybutton
-    - pip install myst-parser
     - sphinx-build docs/source docs/build  # Build the documentation
   artifacts:
     paths:
-- 
GitLab