summaryrefslogtreecommitdiff
path: root/conf.py
diff options
context:
space:
mode:
authorarturo182 <arturo182@tlen.pl>2018-06-21 07:33:27 +0200
committerarturo182 <arturo182@tlen.pl>2018-06-21 07:34:04 +0200
commit0686857e3c28b69c49a0cbdadc683394754b5f86 (patch)
tree0fd51706c591a88c6b97ddbb4d935802b47fae1e /conf.py
parent25e71a56d48e5bdc4d73522333196d69d735707a (diff)
nrf: Exclude nrfx files from sphinx build
Diffstat (limited to 'conf.py')
-rw-r--r--conf.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/conf.py b/conf.py
index 03d100f12..ada3eb9fc 100644
--- a/conf.py
+++ b/conf.py
@@ -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",