[Concept,3/5] doc: Remove CJK informational message

Message ID 20251229155843.3891495-4-sjg@u-boot.org
State New
Headers
Series doc: Silence the sphinx build output |

Commit Message

Simon Glass Dec. 29, 2025, 3:58 p.m. UTC
  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(-)
  

Patch

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}