From c9281a376090de685a389eb023e488c972bea80e Mon Sep 17 00:00:00 2001 From: Robin Mueller Date: Wed, 25 Oct 2023 11:11:38 +0200 Subject: [PATCH] should be in docker now --- automation/Jenkinsfile | 2 -- 1 file changed, 2 deletions(-) diff --git a/automation/Jenkinsfile b/automation/Jenkinsfile index 3ab084343..4fc485ffa 100644 --- a/automation/Jenkinsfile +++ b/automation/Jenkinsfile @@ -93,7 +93,6 @@ pipeline { } } steps { - sh 'pip install -r docs/requirements.txt' dir(DOCDDIR) { sh 'cmake -DFSFW_BUILD_DOCS=ON -DFSFW_OSAL=host ..' sh 'make Sphinx' @@ -116,7 +115,6 @@ pipeline { } } steps { - sh 'pip install -r docs/requirements.txt' dir(DOCDDIR) { sh 'cmake -DFSFW_BUILD_DOCS=ON -DFSFW_OSAL=host ..' sh 'make Sphinx'