Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
doc: allow warnings in Sphinx for DTS
Sphinx-autodoc issues warnings about some symbols due to bad autodoc "automock"ing when optional dependencies are missing: Warning, treated as error: Failed to get a method signature for framework.config.TestSuiteConfig.convert_from_string: <classmethod(<function TestSuiteConfig.convert_from_string at 0x7f1a4ec10790>)> is not a callable object The current meson setup allows to treat warnings as errors, halting the process and exiting early. Given these warnings should be ignored, this patch removes this behavior. Until optional dependencies are detected, warnings for DTS API docs will be checked manually as part of the DTS approval process. Fixes: 6597fa4 ("dts: add autodoc Pydantic") Signed-off-by: Luca Vizzarro <[email protected]>
- Loading branch information