[master] 45a598e Do not output progress while working.

Lasse Karstensen lkarsten at varnish-software.com
Tue Jul 7 21:31:55 CEST 2015


commit 45a598edbbcd783b8e5b4c5f51277ec19c495d28
Author: Lasse Karstensen <lkarsten at varnish-software.com>
Date:   Tue Jul 7 21:29:52 2015 +0200

    Do not output progress while working.
    
    The amount of output does (did) not correspond with the importance of
    this task. Now at least we'll see the warnings clearly.

diff --git a/doc/sphinx/Makefile.am b/doc/sphinx/Makefile.am
index c03a448..618a54c 100644
--- a/doc/sphinx/Makefile.am
+++ b/doc/sphinx/Makefile.am
@@ -3,7 +3,7 @@
 
 # You can set these variables from the command line.
 SPHINXOPTS    =
-SPHINXBUILD   = sphinx-build -W -N
+SPHINXBUILD   = sphinx-build -W -q -N
 PAPER         = a4
 BUILDDIR      = build
 



More information about the varnish-commit mailing list