From 862ae2ff8d77575ac2b0cf77539344016d04b9bb Mon Sep 17 00:00:00 2001 From: hathach Date: Thu, 12 Jul 2018 15:13:56 +0700 Subject: [PATCH] exclude usb from doc build --- conf.py | 1 + 1 file changed, 1 insertion(+) diff --git a/conf.py b/conf.py index ada3eb9fce..0277805059 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",