summaryrefslogtreecommitdiff
path: root/conf.py
diff options
context:
space:
mode:
authorhathach <thach@tinyusb.org>2018-07-12 15:13:56 +0700
committerhathach <thach@tinyusb.org>2018-07-12 15:13:56 +0700
commit862ae2ff8d77575ac2b0cf77539344016d04b9bb (patch)
tree3de7750cbf7d3c076021324522880b65a5911163 /conf.py
parent873e20273ed3bcf53c1b492c92d869562aa8b125 (diff)
exclude usb from doc 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 ada3eb9fc..027780505 100644
--- a/conf.py
+++ b/conf.py
@@ -117,6 +117,7 @@ exclude_patterns = ["**/build*",
"ports/nrf/hal",
"ports/nrf/modules",
"ports/nrf/nrfx",
+ "ports/nrf/usb",
"ports/pic16bit",
"ports/qemu-arm",
"ports/stm32",