From 885f50acca23b4143c5d04a844fbb2578bb72b0a Mon Sep 17 00:00:00 2001 From: "Travis F. Collins" Date: Tue, 13 Feb 2024 11:23:50 -0700 Subject: [PATCH] Disable ML doc for now Signed-off-by: Travis F. Collins --- Jenkinsfile | 4 ++-- JenkinsfileCron | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Jenkinsfile b/Jenkinsfile index ee4c9983..450f4853 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -18,8 +18,8 @@ stage("Build Toolbox") { checkout scm sh 'git submodule update --init' sh 'make -C ./CI/scripts build' - sh 'pip3 install -r requirements_doc.txt' - sh 'make -C ./CI/gen_doc doc_ml' + // sh 'pip3 install -r requirements_doc.txt' + // sh 'make -C ./CI/gen_doc doc_ml' sh 'make -C ./CI/scripts add_libad9361' sh 'make -C ./CI/scripts gen_tlbx' } diff --git a/JenkinsfileCron b/JenkinsfileCron index cad636d2..58009409 100644 --- a/JenkinsfileCron +++ b/JenkinsfileCron @@ -16,8 +16,8 @@ stage("Build Toolbox") { checkout scm sh 'git submodule update --init' sh 'make -C ./CI/scripts build' - sh 'pip3 install -r requirements_doc.txt' - sh 'make -C ./CI/gen_doc doc_ml' + // sh 'pip3 install -r requirements_doc.txt' + // sh 'make -C ./CI/gen_doc doc_ml' sh 'make -C ./CI/scripts add_libad9361' sh 'make -C ./CI/scripts gen_tlbx' }