From 3972086a973f7ab6a8ab82854f9b8769efa31516 Mon Sep 17 00:00:00 2001 From: Quentin Armitage Date: Sun, 3 Nov 2024 17:50:38 +0000 Subject: [PATCH] doc: update specifying paper size for sphinx Signed-off-by: Quentin Armitage --- doc/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/Makefile.am b/doc/Makefile.am index de0336f57d..e76af53c98 100644 --- a/doc/Makefile.am +++ b/doc/Makefile.am @@ -53,7 +53,7 @@ BUILDDIR = build # Internal variables. -PAPEROPT = -D latex_paper_size=$(PAPER) +PAPEROPT = -D latexelements.papersize=$(PAPER)paper ALLSPHINXOPTS = -d $(BUILDDIR)/doctrees $(PAPEROPT) $(SPHINXOPTS) source # the i18n builder cannot share the environment and doctrees with the others I18NSPHINXOPTS = $(PAPEROPT) $(SPHINXOPTS) source