Commit ef75956d authored by David B. Kinder's avatar David B. Kinder Committed by Anas Nashif
Browse files

doc: update known-issues filter



New versions of Sphinx/Breathe are throwing a new  warning that
we'll need to filter before upgrading to breathe 4.9.1 and sphinx 1.7.5

This change won't impact our current builds but will prevent new known
warning messages when we upgrade the doc build tools.

Signed-off-by: default avatarDavid B. Kinder <david.b.kinder@intel.com>
parent e86c53b4
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
#
^(?P<filename>[-._/\w]+/doc/api/file_system.rst):(?P<lineno>[0-9]+): WARNING: Duplicate declaration.
#
^(?P<filename>[-._/\w]+/doc/api/io_interfaces.rst):(?P<lineno>[0-9]+): WARNING: Duplicate declaration.
#
^(?P<filename>[-._/\w]+/doc/subsystems/sensor.rst):(?P<lineno>[0-9]+): WARNING: Duplicate declaration.