mirror of
https://github.com/borgbackup/borg.git
synced 2025-02-12 09:30:27 +00:00
docs book: use A4 format, new builder option format.
This commit is contained in:
parent
acf3842e02
commit
83fdc39251
1 changed files with 5 additions and 6 deletions
11
docs/conf.py
11
docs/conf.py
|
@ -193,12 +193,6 @@
|
|||
|
||||
# -- Options for LaTeX output --------------------------------------------------
|
||||
|
||||
# The paper size ('letter' or 'a4').
|
||||
#latex_paper_size = 'letter'
|
||||
|
||||
# The font size ('10pt', '11pt' or '12pt').
|
||||
#latex_font_size = '12pt'
|
||||
|
||||
# Grouping the document tree into LaTeX files. List of tuples
|
||||
# (source start file, target name, title, author, documentclass [howto/manual]).
|
||||
latex_documents = [
|
||||
|
@ -210,6 +204,11 @@
|
|||
# the title page.
|
||||
latex_logo = '_static/logo.pdf'
|
||||
|
||||
latex_elements = {
|
||||
'papersize': 'a4paper',
|
||||
'pointsize': '10pt',
|
||||
}
|
||||
|
||||
# For "manual" documents, if this is true, then toplevel headings are parts,
|
||||
# not chapters.
|
||||
#latex_use_parts = False
|
||||
|
|
Loading…
Reference in a new issue