gnunet-svn
[Top][All Lists]
Advanced

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

[taler-docs] branch master updated: removed exit 1 on sphinx warnings


From: gnunet
Subject: [taler-docs] branch master updated: removed exit 1 on sphinx warnings
Date: Fri, 26 Jun 2020 06:14:01 +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 ac542c2  removed exit 1 on sphinx warnings
ac542c2 is described below

commit ac542c2f0bf79cfc302b0fb7059adbbc6bdf60f0
Author: buckE <buckE@disroot.org>
AuthorDate: Fri Jun 26 04:13:40 2020 +0000

    removed exit 1 on sphinx warnings
---
 Makefile | 7 +++----
 README   | 4 ++++
 2 files changed, 7 insertions(+), 4 deletions(-)

diff --git a/Makefile b/Makefile
index da61fa4..358aef5 100644
--- a/Makefile
+++ b/Makefile
@@ -60,8 +60,8 @@ diagrams: arch-api.png
 # The html-linked builder does not support caching, so we
 # remove all cached state first.
 html: diagrams
-# -W = exit 1 on warning; --keep-going = complete build anyway; write log to 
~/warnings.log
-       $(SPHINXBUILD) -W --keep-going -b html-linked $(ALLSPHINXOPTS) 
$(BUILDDIR)/html
+# -W = exit 1 on warning; --keep-going = complete build anyway; -w 
/tmp/sphinx-warnings.log = write log to ~/warnings.log
+       $(SPHINXBUILD) -b html-linked $(ALLSPHINXOPTS) $(BUILDDIR)/html
        @echo
        @echo "Build finished. The HTML pages are in $(BUILDDIR)/html."
 
@@ -122,8 +122,7 @@ latex:
              "(use \`make latexpdf' here to do that automatically)."
 
 latexpdf:
-       # -W = exit 1 on warning; --keep-going = complete build anyway
-       $(SPHINXBUILD) -W --keep-going -w $(shell echo 
$HOME)/logs/sphinx-warnings.log -b latex $(ALLSPHINXOPTS) $(BUILDDIR)/latex
+       $(SPHINXBUILD) -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."
diff --git a/README b/README
index 55a9c43..b7f6414 100644
--- a/README
+++ b/README
@@ -4,3 +4,7 @@ Before building the documentation, make sure that you have the 
required
 dependencies installed using pip3:
 
 $ pip3 install --user --upgrade recommonmark sphinx
+
+Note by Buck: when setting up on VM, I also needed:
+
+# apt install texlive-latex-extra graphviz

-- 
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]