From 0686857e3c28b69c49a0cbdadc683394754b5f86 Mon Sep 17 00:00:00 2001 From: arturo182 Date: Thu, 21 Jun 2018 07:33:27 +0200 Subject: [PATCH] nrf: Exclude nrfx files from sphinx build --- conf.py | 1 + 1 file changed, 1 insertion(+) diff --git a/conf.py b/conf.py index 03d100f121..ada3eb9fce 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",