[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <cover.1747719873.git.mchehab+huawei@kernel.org>
Date: Tue, 20 May 2025 07:47:44 +0200
From: Mauro Carvalho Chehab <mchehab+huawei@...nel.org>
To: Jonathan Corbet <corbet@....net>
Cc: Mauro Carvalho Chehab <mchehab+huawei@...nel.org>,
Akira Yokosawa <akiyks@...il.com>,
linux-doc@...r.kernel.org,
Masahiro Yamada <mchehab+huawei@...nel.org>,
Nathan Chancellor <mchehab+huawei@...nel.org>,
Nicolas Schier <nicolas.schier@...ux.dev>,
Andy Shevchenko <andriy.shevchenko@...ux.intel.com>,
Stephen Rothwell <sfr@...b.auug.org.au>,
Randy Dunlap <rdunlap@...radead.org>,
linux-kbuild@...r.kernel.org,
linux-kernel@...r.kernel.org
Subject: [PATCH 0/1] docs: kernel-doc: doesn't suppress error/warnings
As discussed at:
https://lore.kernel.org/all/20250516200350.63be46cd@canb.auug.org.au/
Sphinx logger is set in a way that errors/warnings from kernel-doc are
suppressed, except when V=1.
Finding the root cause is not trivial, as we need to go into the Sphinx
overlays on the top of Python's default logger class. Instead, let's take
the trivial approach: use logger class directly. As we can later revisit
such decision, let's add a comment at the code.
Mauro Carvalho Chehab (1):
docs: kerneldoc.py: don't use Sphinx logger
Documentation/sphinx/kerneldoc.py | 6 +++++-
1 file changed, 5 insertions(+), 1 deletion(-)
--
2.49.0
Powered by blists - more mailing lists