Skip to content

Commit afe9471

Browse files
committed
Workaround for xdoc xmoshtml issue
1 parent 1b80d31 commit afe9471

1 file changed

Lines changed: 11 additions & 1 deletion

File tree

Jenkinsfile

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,17 @@ pipeline {
6262
steps {
6363
dir("${REPO}") {
6464
xcoreAllAppsBuild('examples')
65-
xcoreAllAppNotesBuild('examples')
65+
/* App note AN00231 contains a list-table (LED Indicator meaning)
66+
* which xdoc fails to handle correctly when producing HTML output.
67+
* Therefore xcoreAllAppNotesBuild('examples') cannot be used for the
68+
* time being, and xdoc must be called explicitly to only build PDFs.
69+
*/
70+
dir('examples/AN00231_ASRC_SPDIF_TO_DAC/doc') {
71+
viewEnv() {
72+
sh 'xdoc xmospdf'
73+
}
74+
}
75+
//list-table:: LED Indicator meaning
6676
dir("${REPO}") {
6777
runXdoc('doc')
6878
}

0 commit comments

Comments
 (0)