aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/Documentation/conf.py
diff options
context:
space:
mode:
authorMauro Carvalho Chehab <mchehab@s-opensource.com>2017-08-23 04:05:43 -0300
committerJonathan Corbet <corbet@lwn.net>2017-08-24 13:23:31 -0600
commit5148e6ab76ea38e5c06376afb1340acdced52e4c (patch)
treebfce81e2bf0cb90631f1ff3bda48469c25dfeb89 /Documentation/conf.py
parentdoc: Makefile: if sphinx is not found, run a check script (diff)
downloadwireguard-linux-5148e6ab76ea38e5c06376afb1340acdced52e4c.tar.xz
wireguard-linux-5148e6ab76ea38e5c06376afb1340acdced52e4c.zip
docs-rst: pdf: use same vertical margin on all Sphinx versions
Currently, on Sphinx up to version 1.4, pdf output uses a vertical margin of 1 inch. For upper versions, it uses a margin of 0.5 inches. That causes both page headers and footers to be very close to the margin of the sheet. Not all printers support writing like that. Also, there's no reason why the layout for newer versions would be different than for previous ones. So, standardize it, by always setting to 1 inch. Signed-off-by: Mauro Carvalho Chehab <mchehab@s-opensource.com> Signed-off-by: Jonathan Corbet <corbet@lwn.net>
Diffstat (limited to 'Documentation/conf.py')
-rw-r--r--Documentation/conf.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/conf.py b/Documentation/conf.py
index 71b032bb44fd..8e74d68037a5 100644
--- a/Documentation/conf.py
+++ b/Documentation/conf.py
@@ -344,7 +344,7 @@ if major == 1 and minor > 3:
if major == 1 and minor <= 4:
latex_elements['preamble'] += '\\usepackage[margin=0.5in, top=1in, bottom=1in]{geometry}'
elif major == 1 and (minor > 5 or (minor == 5 and patch >= 3)):
- latex_elements['sphinxsetup'] = 'hmargin=0.5in, vmargin=0.5in'
+ latex_elements['sphinxsetup'] = 'hmargin=0.5in, vmargin=1in'
# Grouping the document tree into LaTeX files. List of tuples