nrf: Exclude nrfx files from sphinx build
This commit is contained in:
parent
25e71a56d4
commit
0686857e3c
1
conf.py
1
conf.py
|
@ -116,6 +116,7 @@ exclude_patterns = ["**/build*",
|
||||||
"ports/nrf/drivers",
|
"ports/nrf/drivers",
|
||||||
"ports/nrf/hal",
|
"ports/nrf/hal",
|
||||||
"ports/nrf/modules",
|
"ports/nrf/modules",
|
||||||
|
"ports/nrf/nrfx",
|
||||||
"ports/pic16bit",
|
"ports/pic16bit",
|
||||||
"ports/qemu-arm",
|
"ports/qemu-arm",
|
||||||
"ports/stm32",
|
"ports/stm32",
|
||||||
|
|
Loading…
Reference in New Issue