From 1ac50fcb5ad4af305d3c738b9154cb20a4face7a Mon Sep 17 00:00:00 2001 From: Victor Zverovich Date: Sun, 8 Nov 2020 07:04:42 -0800 Subject: [PATCH] Suppress more bogus warnings --- doc/build.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/doc/build.py b/doc/build.py index e0040173..6a17abce 100755 --- a/doc/build.py +++ b/doc/build.py @@ -95,7 +95,8 @@ def build_docs(version='dev', **kwargs): 'fmt::dynamic_formatter' ] noisy_warnings = [ - 'warning: Compound (' + '|'.join(internal_symbols) + ') is not documented.', + 'warning: (Compound|Member .* of class) (' + '|'.join(internal_symbols) + \ + ') is not documented.', 'warning: Internal inconsistency: .* does not belong to any container!' ] for w in noisy_warnings: