nrf: Exclude nrfx files from sphinx build

This commit is contained in:
arturo182 2018-06-21 07:33:27 +02:00
parent 25e71a56d4
commit 0686857e3c
1 changed files with 1 additions and 0 deletions

View File

@ -116,6 +116,7 @@ exclude_patterns = ["**/build*",
"ports/nrf/drivers",
"ports/nrf/hal",
"ports/nrf/modules",
"ports/nrf/nrfx",
"ports/pic16bit",
"ports/qemu-arm",
"ports/stm32",