Skip to content

Commit

Permalink
doc: update specifying paper size for sphinx
Browse files Browse the repository at this point in the history
Signed-off-by: Quentin Armitage <[email protected]>
  • Loading branch information
pqarmitage committed Nov 3, 2024
1 parent d001fa7 commit 3972086
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 3972086

Please sign in to comment.