From: Simon Glass <simon.glass@canonical.com> The "enabling CJK for LaTeX builder" message adds noise to the build output. Remove the print statement since the functionality is still enabled. Co-developed-by: Claude Opus 4.5 <noreply@anthropic.com> Signed-off-by: Simon Glass <simon.glass@canonical.com> --- doc/conf.py | 1 - 1 file changed, 1 deletion(-) diff --git a/doc/conf.py b/doc/conf.py index c50daf874a5..348f0132ffc 100644 --- a/doc/conf.py +++ b/doc/conf.py @@ -377,7 +377,6 @@ latex_elements = { cjk_cmd = check_output(['fc-list', '--format="%{family[0]}\n"']).decode('utf-8', 'ignore') if cjk_cmd.find("Noto Sans CJK SC") >= 0: - print ("enabling CJK for LaTeX builder") latex_elements['preamble'] += ''' % This is needed for translations \\usepackage{xeCJK} -- 2.43.0