mirror of
https://github.com/python-telegram-bot/python-telegram-bot.git
synced 2024-12-22 14:35:00 +01:00
[ci skip] pdf docs: use a4paper, update motto
This commit is contained in:
parent
aa3ca38837
commit
7167936692
1 changed files with 7 additions and 7 deletions
|
@ -209,17 +209,17 @@ htmlhelp_basename = 'PythonTelegramBotdoc'
|
||||||
# -- Options for LaTeX output ---------------------------------------------
|
# -- Options for LaTeX output ---------------------------------------------
|
||||||
|
|
||||||
latex_elements = {
|
latex_elements = {
|
||||||
'preamble': '''\\setcounter{tocdepth}{2}
|
|
||||||
\\usepackage{enumitem}
|
|
||||||
\\setlistdepth{99}''',
|
|
||||||
# The paper size ('letterpaper' or 'a4paper').
|
# The paper size ('letterpaper' or 'a4paper').
|
||||||
#'papersize': 'letterpaper',
|
'papersize': 'a4paper',
|
||||||
|
|
||||||
# The font size ('10pt', '11pt' or '12pt').
|
# The font size ('10pt', '11pt' or '12pt').
|
||||||
#'pointsize': '10pt',
|
#'pointsize': '10pt',
|
||||||
|
|
||||||
# Additional stuff for the LaTeX preamble.
|
# Additional stuff for the LaTeX preamble.
|
||||||
#'preamble': '',
|
'preamble': r'''\setcounter{tocdepth}{2}
|
||||||
|
\usepackage{enumitem}
|
||||||
|
\setlistdepth{99}''',
|
||||||
|
|
||||||
# Latex figure (float) alignment
|
# Latex figure (float) alignment
|
||||||
#'figure_align': 'htbp',
|
#'figure_align': 'htbp',
|
||||||
|
@ -230,7 +230,7 @@ latex_elements = {
|
||||||
# author, documentclass [howto, manual, or own class]).
|
# author, documentclass [howto, manual, or own class]).
|
||||||
latex_documents = [
|
latex_documents = [
|
||||||
(master_doc, 'PythonTelegramBot.tex', u'Python Telegram Bot Documentation',
|
(master_doc, 'PythonTelegramBot.tex', u'Python Telegram Bot Documentation',
|
||||||
u'Leandro Toledo', 'manual'),
|
author, 'manual'),
|
||||||
]
|
]
|
||||||
|
|
||||||
# The name of an image file (relative to this directory) to place at the top of
|
# The name of an image file (relative to this directory) to place at the top of
|
||||||
|
@ -274,7 +274,7 @@ man_pages = [
|
||||||
# dir menu entry, description, category)
|
# dir menu entry, description, category)
|
||||||
texinfo_documents = [
|
texinfo_documents = [
|
||||||
(master_doc, 'PythonTelegramBot', u'Python Telegram Bot Documentation',
|
(master_doc, 'PythonTelegramBot', u'Python Telegram Bot Documentation',
|
||||||
author, 'PythonTelegramBot', 'Not just a Python wrapper around the Telegram Bot API',
|
author, 'PythonTelegramBot', "We have made you a wrapper you can't refuse",
|
||||||
'Miscellaneous'),
|
'Miscellaneous'),
|
||||||
]
|
]
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue