From 330f211a2b9195acca7f3855e29b62a59b0fd924 Mon Sep 17 00:00:00 2001
From: Thomas Kaster <thomas.kaster@llt.rwth-aachen.de>
Date: Thu, 7 Dec 2023 08:43:59 +0100
Subject: [PATCH] Update .gitlab-ci.yml

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

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 093a178..8b812f4 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -4,7 +4,7 @@ pages:
   stage: deploy
   script:
     - pip install piccolo-theme sphinx-copybutton
-    - sphinx-apidoc -f -o docs/ catkin_ws/
+    #- sphinx-apidoc -f -o docs/ catkin_ws/
     - python -m sphinx -b html docs/ public
   artifacts:
     paths:
-- 
GitLab