diff options
Diffstat (limited to 'Documentation/conf.py')
-rw-r--r-- | Documentation/conf.py | 2 |
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: | |||
344 | if major == 1 and minor <= 4: | 344 | if major == 1 and minor <= 4: |
345 | latex_elements['preamble'] += '\\usepackage[margin=0.5in, top=1in, bottom=1in]{geometry}' | 345 | latex_elements['preamble'] += '\\usepackage[margin=0.5in, top=1in, bottom=1in]{geometry}' |
346 | elif major == 1 and (minor > 5 or (minor == 5 and patch >= 3)): | 346 | elif major == 1 and (minor > 5 or (minor == 5 and patch >= 3)): |
347 | latex_elements['sphinxsetup'] = 'hmargin=0.5in, vmargin=0.5in' | 347 | latex_elements['sphinxsetup'] = 'hmargin=0.5in, vmargin=1in' |
348 | 348 | ||
349 | 349 | ||
350 | # Grouping the document tree into LaTeX files. List of tuples | 350 | # Grouping the document tree into LaTeX files. List of tuples |