gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[taler-docs] branch master updated: added -W --keep-going to provide exi


From: gnunet
Subject: [taler-docs] branch master updated: added -W --keep-going to provide exit 1 on sphinx warnings
Date: Thu, 18 Jun 2020 07:49:52 +0200

This is an automated email from the git hooks/post-receive script.

buck pushed a commit to branch master
in repository docs.

The following commit(s) were added to refs/heads/master by this push:
     new cd74008  added -W --keep-going to provide exit 1 on sphinx warnings
cd74008 is described below

commit cd74008d47fd9231bd57e77c87a2d36dc07d4b45
Author: buckE <buckE@disroot.org>
AuthorDate: Thu Jun 18 05:49:33 2020 +0000

    added -W --keep-going to provide exit 1 on sphinx warnings
---
 Makefile | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/Makefile b/Makefile
index e15550e..e94ea20 100644
--- a/Makefile
+++ b/Makefile
@@ -60,7 +60,8 @@ diagrams: arch-api.png
 # The html-linked builder does not support caching, so we
 # remove all cached state first.
 html: diagrams
-       $(SPHINXBUILD) -b html-linked $(ALLSPHINXOPTS) $(BUILDDIR)/html
+       # -W = exit 1 on warning; --keep-going = complete build anyway
+       $(SPHINXBUILD) -W --keep-going -b html-linked $(ALLSPHINXOPTS) 
$(BUILDDIR)/html
        @echo
        @echo "Build finished. The HTML pages are in $(BUILDDIR)/html."
 
@@ -121,7 +122,8 @@ latex:
              "(use \`make latexpdf' here to do that automatically)."
 
 latexpdf:
-       $(SPHINXBUILD) -b latex $(ALLSPHINXOPTS) $(BUILDDIR)/latex
+       # -W = exit 1 on warning; --keep-going = complete build anyway
+       $(SPHINXBUILD) -W --keep-going -b latex $(ALLSPHINXOPTS) 
$(BUILDDIR)/latex
        @echo "Running LaTeX files through pdflatex..."
        $(MAKE) -C $(BUILDDIR)/latex all-pdf
        @echo "pdflatex finished; the PDF files are in $(BUILDDIR)/latex."

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]