File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ SET(SWIFT_SPHINX_PAPER_SIZE "letter"
11
11
12
12
SET (SPHINX_ARGS
13
13
-W
14
- -D latex_paper_size =${SWIFT_SPHINX_PAPER_SIZE}
14
+ -D latex_elements.papersize =${SWIFT_SPHINX_PAPER_SIZE}
15
15
-d ${CMAKE_BINARY_DIR} /doctrees)
16
16
17
17
if (SPHINX_EXECUTABLE)
Original file line number Diff line number Diff line change 8
8
BUILDDIR = _build
9
9
10
10
# Internal variables.
11
- PAPEROPT_a4 = -D latex_paper_size =a4
12
- PAPEROPT_letter = -D latex_paper_size =letter
11
+ PAPEROPT_a4 = -D latex_elements.papersize =a4
12
+ PAPEROPT_letter = -D latex_elements.papersize =letter
13
13
ALLSPHINXOPTS = -W -d $(BUILDDIR ) /doctrees $(PAPEROPT_$(PAPER ) ) $(SPHINXOPTS ) .
14
14
# the i18n builder cannot share the environment and doctrees with the others
15
15
I18NSPHINXOPTS = $(PAPEROPT_$(PAPER ) ) $(SPHINXOPTS ) .
You can’t perform that action at this time.
0 commit comments