We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d7d7d31 + d1aaccc commit 779268aCopy full SHA for 779268a
Makefile
@@ -5,12 +5,8 @@
5
PYTHON = python
6
SPHINXOPTS =
7
SPHINXBUILD = $(PYTHON) -m sphinx
8
-PAPER = a4
9
10
-# Internal variables.
11
-PAPEROPT_a4 = -D latex_paper_size=a4
12
-PAPEROPT_letter = -D latex_paper_size=letter
13
-ALLSPHINXOPTS = -d build/doctrees $(PAPEROPT_$(PAPER)) $(SPHINXOPTS) .
+ALLSPHINXOPTS = -d build/doctrees $(SPHINXOPTS) .
14
15
16
.PHONY: help clean html web pickle htmlhelp latex changes linkcheck zip
conf.py
@@ -346,6 +346,7 @@ def __init__(self, **options):
346
"""
347
348
latex_elements = {
349
+ 'papersize': 'a4paper',
350
'preamble': preamble,
351
'fontpkg': '\\usepackage{lmodern}',
352
'fncychap': r'''%
0 commit comments