summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorbuckE <buckE@disroot.org>2020-06-18 05:51:29 +0000
committerbuckE <buckE@disroot.org>2020-06-18 05:51:29 +0000
commit6680f37efc13cb16dbf13a3f7561b48a4a207b07 (patch)
tree04b637a7300d075e43779ff9459885da02561c9f /Makefile
parentcd74008d47fd9231bd57e77c87a2d36dc07d4b45 (diff)
downloaddocs-6680f37efc13cb16dbf13a3f7561b48a4a207b07.tar.gz
docs-6680f37efc13cb16dbf13a3f7561b48a4a207b07.tar.bz2
docs-6680f37efc13cb16dbf13a3f7561b48a4a207b07.zip
verify build failure is due to new option
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index e94ea203..305de63e 100644
--- a/Makefile
+++ b/Makefile
@@ -61,7 +61,7 @@ diagrams: arch-api.png
# remove all cached state first.
html: diagrams
# -W = exit 1 on warning; --keep-going = complete build anyway
- $(SPHINXBUILD) -W --keep-going -b html-linked $(ALLSPHINXOPTS) $(BUILDDIR)/html
+ $(SPHINXBUILD) -b html-linked $(ALLSPHINXOPTS) $(BUILDDIR)/html
@echo
@echo "Build finished. The HTML pages are in $(BUILDDIR)/html."
@@ -123,7 +123,7 @@ latex:
latexpdf:
# -W = exit 1 on warning; --keep-going = complete build anyway
- $(SPHINXBUILD) -W --keep-going -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."