From 915e52aa135c4503cc976c352dcb6f825a937f27 Mon Sep 17 00:00:00 2001 From: Kumar Gala Date: Thu, 12 Dec 2019 09:09:31 -0600 Subject: [PATCH] doc: add .known-issue regex for struct bt_mesh_model_pub warnings Filter out warnings generated by newer sphinx versions by 'struct bt_mesh_model_pub' having bitfields for doc/reference/bluetooth/mesh/access.rst Signed-off-by: Kumar Gala --- .known-issues/doc/bluetooth.conf | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/.known-issues/doc/bluetooth.conf b/.known-issues/doc/bluetooth.conf index 23ea8237aaa..c51d25a5d4b 100644 --- a/.known-issues/doc/bluetooth.conf +++ b/.known-issues/doc/bluetooth.conf @@ -48,3 +48,21 @@ ^(?P=filename):(?P=lineno): WARNING: Invalid definition: Expected end of definition. \[error at [0-9]+] ^.*bt_mesh_model.__unnamed__.* ^[- \t]*\^ +# +# Bluetooth mesh pub struct definition +# +^(?P([\-:\\/\w\.])+[/\\]doc[/\\]reference[/\\]bluetooth[/\\]mesh[/\\]access.rst):(?P[0-9]+): WARNING: Invalid definition: Expected end of definition. \[error at [0-9]+] +^.*bt_mesh_model_pub.* +^[- \t]*\^ +^(?P=filename):(?P=lineno): WARNING: Invalid definition: Expected end of definition. \[error at [0-9]+] +^.*bt_mesh_model_pub.* +^[- \t]*\^ +^(?P=filename):(?P=lineno): WARNING: Invalid definition: Expected end of definition. \[error at [0-9]+] +^.*bt_mesh_model_pub.* +^[- \t]*\^ +^(?P=filename):(?P=lineno): WARNING: Invalid definition: Expected end of definition. \[error at [0-9]+] +^.*bt_mesh_model_pub.* +^[- \t]*\^ +^(?P=filename):(?P=lineno): WARNING: Invalid definition: Expected end of definition. \[error at [0-9]+] +^.*bt_mesh_model_pub.* +^[- \t]*\^