From 160c5742a46d32f3e59e861d03268ebd26432bb7 Mon Sep 17 00:00:00 2001 From: "David B. Kinder" Date: Wed, 5 Dec 2018 09:29:14 -0800 Subject: [PATCH] doc: filter new known doc build warnings Changes to uart.h in PR #10820 caused a new warning from Sphinx/Breathe that we can classify as a "known issue" and should ignore. Signed-off-by: David B. Kinder --- .known-issues/doc/uart.conf | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/.known-issues/doc/uart.conf b/.known-issues/doc/uart.conf index 26e5e167cd9..27462cde1cf 100644 --- a/.known-issues/doc/uart.conf +++ b/.known-issues/doc/uart.conf @@ -13,3 +13,19 @@ ^(?P=filename):(?P=lineno): WARNING: Invalid definition: Expected end of definition. \[error at [0-9]+] ^.*uart_device_config.__unnamed__.* ^[- \t]*\^ +# +^(?P([\-:\\/\w\.])+[/\\]doc[/\\]api[/\\]io_interfaces.rst):(?P[0-9]+): WARNING: Invalid definition: Expected identifier in nested name. \[error at [0-9]+] +^[ \t]* +^[ \t]*\^ +^(?P=filename):(?P=lineno): WARNING: Invalid definition: Expected identifier in nested name. \[error at [0-9]+] +^[ \t]* +^[ \t]*\^ +^(?P=filename):(?P=lineno): WARNING: Invalid definition: Expected identifier in nested name. \[error at [0-9]+] +^[ \t]* +^[ \t]*\^ +^(?P=filename):(?P=lineno): WARNING: Invalid definition: Expected identifier in nested name. \[error at [0-9]+] +^[ \t]* +^[ \t]*\^ +^(?P=filename):(?P=lineno): WARNING: Invalid definition: Expected end of definition. \[error at [0-9]+] +^.*uart_event.data +^[- \t]*\^