[Concept,4/5] doc: Drop the SPHINX progress message

Message ID 20251229155843.3891495-5-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>

This message is not needed since sphinx is now running in quiet mode.

Co-developed-by: Claude Opus 4.5 <noreply@anthropic.com>
Signed-off-by: Simon Glass <simon.glass@canonical.com>
---

 doc/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
  

Patch

diff --git a/doc/Makefile b/doc/Makefile
index 0b23b69f522..01bbbb95b41 100644
--- a/doc/Makefile
+++ b/doc/Makefile
@@ -51,7 +51,7 @@  loop_cmd = $(echo-cmd) $(cmd_$(1)) || exit;
 # $5 reST source folder relative to $(srctree)/$(src),
 #    e.g. "media" for the linux-tv book-set at ./doc/media
 
-quiet_cmd_sphinx = SPHINX  $@ --> file://$(abspath $(BUILDDIR)/$3/$4)
+quiet_cmd_sphinx =
       cmd_sphinx = $(MAKE) -s BUILDDIR=$(abspath $(BUILDDIR)) $(build)=doc/media $2 && \
 	PYTHONDONTWRITEBYTECODE=1 \
 	BUILDDIR=$(abspath $(BUILDDIR)) SPHINX_CONF=$(abspath $(srctree)/$(src)/$5/$(SPHINX_CONF)) \