From 744f29f51e399943cd7982c083e2c1e5a4eba374 Mon Sep 17 00:00:00 2001 From: Joas Schilling Date: Fri, 14 Feb 2025 13:10:53 +0100 Subject: [PATCH] ci: Fix PDF generation Signed-off-by: Joas Schilling --- admin_manual/Makefile | 4 ++-- developer_manual/Makefile | 2 +- user_manual/Makefile | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/admin_manual/Makefile b/admin_manual/Makefile index 805a74fa1..60552782b 100644 --- a/admin_manual/Makefile +++ b/admin_manual/Makefile @@ -3,7 +3,7 @@ # You can set these variables from the command line. SPHINXOPTS += -SPHINXBUILD = sphinx-build +SPHINXBUILD = buf_size=1000000 sphinx-build PAPER = BUILDDIR = _build @@ -115,7 +115,7 @@ latex: latexpdf: $(SPHINXBUILD) -b latex $(ALLSPHINXOPTS) $(BUILDDIR)/latex @echo "Running LaTeX files through pdflatex..." - $(MAKE) -C $(BUILDDIR)/latex all-pdf + buf_size=10000000 $(MAKE) -C $(BUILDDIR)/latex all-pdf @echo "pdflatex finished; the PDF files are in $(BUILDDIR)/latex." pdf: diff --git a/developer_manual/Makefile b/developer_manual/Makefile index 805a74fa1..d679c9e81 100644 --- a/developer_manual/Makefile +++ b/developer_manual/Makefile @@ -115,7 +115,7 @@ latex: latexpdf: $(SPHINXBUILD) -b latex $(ALLSPHINXOPTS) $(BUILDDIR)/latex @echo "Running LaTeX files through pdflatex..." - $(MAKE) -C $(BUILDDIR)/latex all-pdf + buf_size=10000000 $(MAKE) -C $(BUILDDIR)/latex all-pdf @echo "pdflatex finished; the PDF files are in $(BUILDDIR)/latex." pdf: diff --git a/user_manual/Makefile b/user_manual/Makefile index 4389b6b38..94054b137 100644 --- a/user_manual/Makefile +++ b/user_manual/Makefile @@ -134,7 +134,7 @@ latex: latexpdf: $(SPHINXBUILD) -b latex $(ALLSPHINXOPTS) $(BUILDDIR)/latex @echo "Running LaTeX files through pdflatex..." - $(MAKE) -C $(BUILDDIR)/latex all-pdf + buf_size=10000000 $(MAKE) -C $(BUILDDIR)/latex all-pdf @echo "pdflatex finished; the PDF files are in $(BUILDDIR)/latex." pdf: