DPDK patches and discussions
 help / color / mirror / Atom feed
* [PATCH] dts: fix API doc build warnings
@ 2024-11-20 14:41 Luca Vizzarro
  2024-11-20 15:05 ` Thomas Monjalon
  0 siblings, 1 reply; 4+ messages in thread
From: Luca Vizzarro @ 2024-11-20 14:41 UTC (permalink / raw)
  To: dev; +Cc: Paul Szczepanek, Patrick Robb, Thomas Monjalon, Luca Vizzarro

Sphinx-autodoc issues warnings about some symbols due to bad autodoc
"automock"ing when optional dependencies are missing.

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 enforced,
warnings for DTS API docs will be checked manually as part of the DTS
approval process.

Fixes: 6597fa4a30ad ("dts: add autodoc Pydantic")

Signed-off-by: Luca Vizzarro <luca.vizzarro@arm.com>
---
 doc/api/dts/meson.build | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/doc/api/dts/meson.build b/doc/api/dts/meson.build
index fc147f13f3..8a6d061879 100644
--- a/doc/api/dts/meson.build
+++ b/doc/api/dts/meson.build
@@ -12,9 +12,6 @@ if python_ver_satisfied != 0
 endif
 
 extra_sphinx_args = ['-E', '-c', join_paths(doc_source_dir, 'guides')]
-if get_option('werror')
-    extra_sphinx_args += '-W'
-endif
 
 # DTS docs are generated inside main Doxygen docs build directory
 # DTS docs relies on main docs to install it so does not define install dir
-- 
2.43.0


^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2024-11-20 15:58 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-11-20 14:41 [PATCH] dts: fix API doc build warnings Luca Vizzarro
2024-11-20 15:05 ` Thomas Monjalon
2024-11-20 15:54   ` Thomas Monjalon
2024-11-20 15:56     ` Patrick Robb

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).