From 784f27a7bf68202bc2ed89a05f2db4187a4aafd3 Mon Sep 17 00:00:00 2001
From: Bjoern Ludwig <bjoern.ludwig@ptb.de>
Date: Tue, 27 Dec 2022 11:44:28 -0500
Subject: [PATCH] ci(sphinx): fix dependency installation

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

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 3f04fee..abd7bfa 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -97,8 +97,6 @@ sphinx:
     - poetry install --with docs
     - apt update
     - apt -y install pandoc
-    - python -m piptools sync docs-requirements.txt
-    - pip install .
     - sphinx-build -W --keep-going docs/ docs/_build
 
 black:
-- 
GitLab