From ba816b8fe20058517d73d3b9454cd490a0f622bd Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Mon, 11 Aug 2014 23:32:42 +0530 Subject: [PATCH] ... --- manual/conf.py | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/manual/conf.py b/manual/conf.py index 5123ecb5f3..31d7a891c7 100644 --- a/manual/conf.py +++ b/manual/conf.py @@ -59,7 +59,7 @@ release = __version__ # There are two options for replacing |today|: either, you set today to some # non-false value, then it is used: -#today = '' +# today = '' # Else, today_fmt is used as the format for a strftime call. today_fmt = '%B %d, %Y' @@ -69,15 +69,15 @@ unused_docs = ['global', 'cli/global'] locale_dirs = ['locale/'] # If true, '()' will be appended to :func: etc. cross-reference text. -#add_function_parentheses = True +# add_function_parentheses = True # If true, the current module name will be prepended to all description # unit titles (such as .. function::). -#add_module_names = True +# add_module_names = True # If true, sectionauthor and moduleauthor directives will be shown in the # output. They are ignored by default. -#show_authors = False +# show_authors = False # The name of the Pygments (syntax highlighting) style to use. pygments_style = 'sphinx' @@ -128,11 +128,11 @@ epub_tocdup = True epub_cover = ('epub_cover.jpg', 'epub_cover_template.html') # Custom sidebar templates, maps document names to template names. -#html_sidebars = {} +# html_sidebars = {} # Additional templates that should be rendered to pages, maps page names to # template names. -#html_additional_pages = {} +# html_additional_pages = {} html_use_modindex = False html_use_index = False @@ -162,13 +162,13 @@ latex_documents = [('index', 'calibre.tex', 'calibre User Manual', 'Kovid Goyal', 'manual', False)] # Additional stuff for the LaTeX preamble. -#latex_preamble = '' +# latex_preamble = '' # Documents to append as an appendix to all manuals. -#latex_appendices = [] +# latex_appendices = [] # If false, no module index is generated. -#latex_use_modindex = True +# latex_use_modindex = True latex_logo = 'resources/logo.png' latex_show_pagerefs = True