diff --git a/scripts/run-docs-build b/scripts/run-docs-build
index b97f20c..97c5d7a 100755
--- a/scripts/run-docs-build
+++ b/scripts/run-docs-build
@@ -173,6 +173,8 @@ latest_tag=$(./set_versions.py getlatest)
 git reset --hard
 git clean -ffdx
 
+export LATEXMKOPTS="-silent"
+
 for branch in "$ypdocsbranch" dunfell $(git branch --remote --contains "$first_sphinx_commit" --format '%(refname:lstrip=3)') $(git tag --contains "$first_sphinx_commit" --contains "$first_dunfell_sphinx_commit" 'yocto-*'); do
     if [ "$branch" = "HEAD" ]; then
         continue
