On Thu, Jan 01, 2026 at 03:28:53PM +0100, Heinrich Schuchardt wrote: > Docutils has dropped reprunicode(), ErrorString() and SafeString() in newer > revisions. This stops us from using a current docutils, e.g. 0.22.4. > > Use the same definition of ErrorString() as Linux v6.18. > Drop reprunicode() conversion. > > Signed-off-by: Heinrich Schuchardt <[email protected]> > ---
I didn't see this patch and sent an equivalent one at the same time. This one works too. Tested-by: J. Neuschäfer <[email protected]> Thanks! > doc/sphinx/kernel_abi.py | 4 +++- > doc/sphinx/kernel_feat.py | 4 +++- > doc/sphinx/kernel_include.py | 8 ++++---- > doc/sphinx/maintainers_include.py | 4 +++- > 4 files changed, 13 insertions(+), 7 deletions(-) [...]

