2 # -*- coding: utf-8 -*-
4 # -- General configuration ------------------------------------------------
6 # If your documentation needs a minimal Sphinx version, state it here.
10 # Add any Sphinx extension module names here, as strings. They can be
11 # extensions coming with Sphinx (named 'sphinx.ext.*') or your custom
15 # Add any paths that contain templates here, relative to this directory.
16 templates_path = ['_templates']
18 # The suffix(es) of source filenames.
19 # You can specify multiple suffix as a list of string:
21 # source_suffix = ['.rst', '.md']
22 source_suffix = '.rst'
24 # The encoding of source files.
26 # source_encoding = 'utf-8-sig'
28 # The master toctree document.
31 # General information about the project.
33 copyright = 'Copyright (C) 2004-2018 The Music Player Daemon Project'
34 author = 'Max Kellermann'
36 # The version info for the project you're documenting, acts as replacement for
37 # |version| and |release|, also used in various other places throughout the
40 # The short X.Y version.
42 # The full version, including alpha/beta/rc tags.
45 # The language for content autogenerated by Sphinx. Refer to documentation
46 # for a list of supported languages.
48 # This is also used if you do content translation via gettext catalogs.
49 # Usually you set "language" from the command line for these cases.
52 # There are two options for replacing |today|: either, you set today to some
53 # non-false value, then it is used:
57 # Else, today_fmt is used as the format for a strftime call.
59 # today_fmt = '%B %d, %Y'
61 # List of patterns, relative to source directory, that match files and
62 # directories to ignore when looking for source files.
63 # This patterns also effect to html_static_path and html_extra_path
64 exclude_patterns = ['_build', 'Thumbs.db', '.DS_Store']
66 # The reST default role (used for this markup: `text`) to use for all
71 # If true, '()' will be appended to :func: etc. cross-reference text.
73 # add_function_parentheses = True
75 # If true, the current module name will be prepended to all description
76 # unit titles (such as .. function::).
78 # add_module_names = True
80 # If true, sectionauthor and moduleauthor directives will be shown in the
81 # output. They are ignored by default.
83 # show_authors = False
85 # The name of the Pygments (syntax highlighting) style to use.
86 pygments_style = 'sphinx'
88 # A list of ignored prefixes for module index sorting.
89 # modindex_common_prefix = []
91 # If true, keep warnings as "system message" paragraphs in the built documents.
92 # keep_warnings = False
94 # If true, `todo` and `todoList` produce output, else they produce nothing.
95 todo_include_todos = False
98 # -- Options for HTML output ----------------------------------------------
100 # The theme to use for HTML and HTML Help pages. See the documentation for
101 # a list of builtin themes.
103 #html_theme = 'alabaster'
105 # Theme options are theme-specific and customize the look and feel of a theme
106 # further. For a list of options available for each theme, see the
109 # html_theme_options = {}
111 # Add any paths that contain custom themes here, relative to this directory.
112 # html_theme_path = []
114 # The name for this set of Sphinx documents.
115 # "<project> v<release> documentation" by default.
117 # html_title = 'ncmpc v2.0'
119 # A shorter title for the navigation bar. Default is the same as html_title.
121 # html_short_title = None
123 # The name of an image file (relative to this directory) to place at the top
128 # The name of an image file (relative to this directory) to use as a favicon of
129 # the docs. This file should be a Windows icon file (.ico) being 16x16 or 32x32
132 # html_favicon = None
134 # Add any paths that contain custom static files (such as style sheets) here,
135 # relative to this directory. They are copied after the builtin static files,
136 # so a file named "default.css" will overwrite the builtin "default.css".
137 html_static_path = ['_static']
139 # Add any extra paths that contain custom files (such as robots.txt or
140 # .htaccess) here, relative to this directory. These files are copied
141 # directly to the root of the documentation.
143 # html_extra_path = []
145 # If not None, a 'Last updated on:' timestamp is inserted at every page
146 # bottom, using the given strftime format.
147 # The empty string is equivalent to '%b %d, %Y'.
149 # html_last_updated_fmt = None
151 # If true, SmartyPants will be used to convert quotes and dashes to
152 # typographically correct entities.
154 # html_use_smartypants = True
156 # Custom sidebar templates, maps document names to template names.
160 # Additional templates that should be rendered to pages, maps page names to
163 # html_additional_pages = {}
165 # If false, no module index is generated.
167 # html_domain_indices = True
169 # If false, no index is generated.
171 # html_use_index = True
173 # If true, the index is split into individual pages for each letter.
175 # html_split_index = False
177 # If true, links to the reST sources are added to the pages.
179 # html_show_sourcelink = True
181 # If true, "Created using Sphinx" is shown in the HTML footer. Default is True.
183 # html_show_sphinx = True
185 # If true, "(C) Copyright ..." is shown in the HTML footer. Default is True.
187 # html_show_copyright = True
189 # If true, an OpenSearch description file will be output, and all pages will
190 # contain a <link> tag referring to it. The value of this option must be the
191 # base URL from which the finished HTML is served.
193 # html_use_opensearch = ''
195 # This is the file name suffix for HTML files (e.g. ".xhtml").
196 # html_file_suffix = None
198 # Language to be used for generating the HTML full-text search index.
199 # Sphinx supports the following languages:
200 # 'da', 'de', 'en', 'es', 'fi', 'fr', 'h', 'it', 'ja'
201 # 'nl', 'no', 'pt', 'ro', 'r', 'sv', 'tr', 'zh'
203 # html_search_language = 'en'
205 # A dictionary with options for the search language support, empty by default.
206 # 'ja' uses this config value.
207 # 'zh' user can custom change `jieba` dictionary path.
209 # html_search_options = {'type': 'default'}
211 # The name of a javascript file (relative to the configuration directory) that
212 # implements a search results scorer. If empty, the default will be used.
214 # html_search_scorer = 'scorer.js'
216 # Output file base name for HTML help builder.
217 htmlhelp_basename = 'ncmpcdoc'
219 # -- Options for LaTeX output ---------------------------------------------
222 # The paper size ('letterpaper' or 'a4paper').
224 # 'papersize': 'letterpaper',
226 # The font size ('10pt', '11pt' or '12pt').
228 # 'pointsize': '10pt',
230 # Additional stuff for the LaTeX preamble.
234 # Latex figure (float) alignment
236 # 'figure_align': 'htbp',
239 # Grouping the document tree into LaTeX files. List of tuples
240 # (source start file, target name, title,
241 # author, documentclass [howto, manual, or own class]).
243 (master_doc, 'ncmpc.tex', 'ncmpc Documentation',
244 'Max Kellermann', 'manual'),
247 # The name of an image file (relative to this directory) to place at the top of
252 # For "manual" documents, if this is true, then toplevel headings are parts,
255 # latex_use_parts = False
257 # If true, show page references after internal links.
259 # latex_show_pagerefs = False
261 # If true, show URL addresses after external links.
263 # latex_show_urls = False
265 # Documents to append as an appendix to all manuals.
267 # latex_appendices = []
269 # It false, will not define \strong, \code, itleref, \crossref ... but only
270 # \sphinxstrong, ..., \sphinxtitleref, ... To help avoid clash with user added
273 # latex_keep_old_macro_names = True
275 # If false, no module index is generated.
277 # latex_domain_indices = True
280 # -- Options for manual page output ---------------------------------------
282 # One entry per manual page. List of tuples
283 # (source start file, name, description, authors, manual section).
285 (master_doc, 'ncmpc', 'ncmpc Documentation',
289 # If true, show URL addresses after external links.
291 # man_show_urls = False
294 # -- Options for Texinfo output -------------------------------------------
296 # Grouping the document tree into Texinfo files. List of tuples
297 # (source start file, target name, title, author,
298 # dir menu entry, description, category)
299 texinfo_documents = [
300 (master_doc, 'ncmpc', 'ncmpc Documentation',
301 author, 'ncmpc', 'One line description of project.',
305 # Documents to append as an appendix to all manuals.
307 # texinfo_appendices = []
309 # If false, no module index is generated.
311 # texinfo_domain_indices = True
313 # How to display URL addresses: 'footnote', 'no', or 'inline'.
315 # texinfo_show_urls = 'footnote'
317 # If true, do not generate a @detailmenu in the "Top" node's menu.
319 # texinfo_no_detailmenu = False