Skip to content

Commit

Permalink
Disable ML doc for now
Browse files Browse the repository at this point in the history
Signed-off-by: Travis F. Collins <[email protected]>
  • Loading branch information
tfcollins committed Feb 13, 2024
1 parent 18f0bb7 commit 885f50a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -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'
}
Expand Down
4 changes: 2 additions & 2 deletions JenkinsfileCron
Original file line number Diff line number Diff line change
Expand Up @@ -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'
}
Expand Down

0 comments on commit 885f50a

Please sign in to comment.