1 # -*- coding: utf-8 -*-
3 # CSIT documentation build configuration file, created by
4 # sphinx-quickstart on Tue Nov 8 10:19:40 2016.
6 # This file is execfile()d with the current directory set to its
9 # Note that not all possible configuration values are present in this
12 # All configuration values have a default; values that are commented out
13 # serve to show the default.
15 # If extensions (or modules to document with autodoc) are in another directory,
16 # add these directories to sys.path here. If the directory is relative to the
17 # documentation root, use os.path.abspath to make it absolute, like shown here.
22 sys.path.insert(0, os.path.abspath(u"."))
24 # -- General configuration ------------------------------------------------
26 # If your documentation needs a minimal Sphinx version, state it here.
28 # needs_sphinx = '1.0'
30 # Add any Sphinx extension module names here, as strings. They can be
31 # extensions coming with Sphinx (named 'sphinx.ext.*') or your custom
34 u"sphinx.ext.autodoc",
35 u"sphinx.ext.doctest",
36 u"sphinxcontrib_robotdoc"
39 # Add any paths that contain templates here, relative to this directory.
40 templates_path = [u"_templates"]
42 # The suffix(es) of source file names.
43 # You can specify multiple suffix as a list of string:
45 # source_suffix = [u".rst", u".md"]
46 source_suffix = u".rst"
48 # The encoding of source files.
50 # source_encoding = 'utf-8-sig'
52 # The master toctree document.
55 # General information about the project.
57 copyright = u"2018, FD.io"
60 # The version info for the project you're documenting, acts as replacement for
61 # |version| and |release|, also used in various other places throughout the
64 # The short X.Y version.
66 # The full version, including alpha/beta/rc tags.
69 # The language for content autogenerated by Sphinx. Refer to documentation
70 # for a list of supported languages.
72 # This is also used if you do content translation via gettext catalogs.
73 # Usually you set "language" from the command line for these cases.
76 # There are two options for replacing |today|: either, you set today to some
77 # non-false value, then it is used:
81 # Else, today_fmt is used as the format for a strftime call.
83 # today_fmt = '%B %d, %Y'
85 # List of patterns, relative to source directory, that match files and
86 # directories to ignore when looking for source files.
87 # This patterns also effect to html_static_path and html_extra_path
88 exclude_patterns = [u"_build", u"Thumbs.db", u".DS_Store"]
90 # The reST default role (used for this markup: `text`) to use for all
95 # If true, '()' will be appended to :func: etc. cross-reference text.
97 # add_function_parentheses = True
99 # If true, the current module name will be prepended to all description
100 # unit titles (such as .. function::).
102 # add_module_names = True
104 # If true, sectionauthor and moduleauthor directives will be shown in the
105 # output. They are ignored by default.
107 # show_authors = False
109 # The name of the Pygments (syntax highlighting) style to use.
110 pygments_style = u"sphinx"
112 # A list of ignored prefixes for module index sorting.
113 # modindex_common_prefix = []
115 # If true, keep warnings as "system message" paragraphs in the built documents.
116 # keep_warnings = False
118 # If true, `todo` and `todoList` produce output, else they produce nothing.
119 todo_include_todos = False
122 # -- Options for HTML output ----------------------------------------------
124 # The theme to use for HTML and HTML Help pages. See the documentation for
125 # a list of builtin themes.
127 # html_theme =u"alabaster"
128 html_theme = u"sphinx_rtd_theme"
130 # Theme options are theme-specific and customize the look and feel of a theme
131 # further. For a list of options available for each theme, see the
134 # html_theme_options = {}
136 # Add any paths that contain custom themes here, relative to this directory.
137 html_theme_path = [u"env/lib/python2.7/site-packages/sphinx_rtd_theme"]
139 # The name for this set of Sphinx documents.
140 # "<project> v<release> documentation" by default.
142 html_title = u"CSIT Documentation"
144 # A shorter title for the navigation bar. Default is the same as html_title.
146 html_short_title = u"CSIT"
148 # The name of an image file (relative to this directory) to place at the top
151 html_logo = u"fdio_logo.png"
153 # The name of an image file (relative to this directory) to use as a favicon of
154 # the docs. This file should be a Windows icon file (.ico) being 16x16 or 32x32
157 # html_favicon = None
159 # Add any paths that contain custom static files (such as style sheets) here,
160 # relative to this directory. They are copied after the builtin static files,
161 # so a file named "default.css" will overwrite the builtin "default.css".
162 html_static_path = [u"_static"]
164 # Add any extra paths that contain custom files (such as robots.txt or
165 # .htaccess) here, relative to this directory. These files are copied
166 # directly to the root of the documentation.
168 # html_extra_path = []
170 # If not None, a 'Last updated on:' timestamp is inserted at every page
171 # bottom, using the given strftime format.
172 # The empty string is equivalent to '%b %d, %Y'.
174 # html_last_updated_fmt = None
176 # If true, SmartyPants will be used to convert quotes and dashes to
177 # typographically correct entities.
179 # html_use_smartypants = True
181 # Custom sidebar templates, maps document names to template names.
187 # Additional templates that should be rendered to pages, maps page names to
190 # html_additional_pages = {}
192 # If false, no module index is generated.
194 # html_domain_indices = True
196 # If false, no index is generated.
198 # html_use_index = True
200 # If true, the index is split into individual pages for each letter.
202 html_split_index = False
204 # If true, links to the reST sources are added to the pages.
206 html_show_sourcelink = True
208 # If true, "Created using Sphinx" is shown in the HTML footer. Default is True.
210 # html_show_sphinx = True
212 # If true, "(C) Copyright ..." is shown in the HTML footer. Default is True.
214 # html_show_copyright = True
216 # If true, an OpenSearch description file will be output, and all pages will
217 # contain a <link> tag referring to it. The value of this option must be the
218 # base URL from which the finished HTML is served.
220 # html_use_opensearch = ''
222 # This is the file name suffix for HTML files (e.g. ".xhtml").
223 # html_file_suffix = None
225 # Language to be used for generating the HTML full-text search index.
226 # Sphinx supports the following languages:
227 # 'da', 'de', 'en', 'es', 'fi', 'fr', 'hu', 'it', 'ja'
228 # 'nl', 'no', 'pt', 'ro', 'ru', 'sv', 'tr', 'zh'
230 # html_search_language = 'en'
232 # A dictionary with options for the search language support, empty by default.
233 # 'ja' uses this config value.
234 # 'zh' user can custom change `jieba` dictionary path.
236 # html_search_options = {'type': 'default'}
238 # The name of a javascript file (relative to the configuration directory) that
239 # implements a search results scorer. If empty, the default will be used.
241 # html_search_scorer = 'scorer.js'
243 # Output file base name for HTML help builder.
244 htmlhelp_basename = u"csitdoc"
246 # -- Options for LaTeX output ---------------------------------------------
249 # The paper size ('letterpaper' or 'a4paper').
251 # 'papersize': 'letterpaper',
253 # The font size ('10pt', '11pt' or '12pt').
255 # 'pointsize': '10pt',
257 # Additional stuff for the LaTeX preamble.
261 # Latex figure (float) alignment
263 # 'figure_align': 'htbp',
266 # Grouping the document tree into LaTeX files. List of tuples
267 # (source start file, target name, title,
268 # author, documentclass [howto, manual, or own class]).
270 (master_doc, u"CSIT.tex", u"CSIT Documentation", u"CSIT", u"manual"),
273 # The name of an image file (relative to this directory) to place at the top of
278 # For "manual" documents, if this is true, then toplevel headings are parts,
281 # latex_use_parts = False
283 # If true, show page references after internal links.
285 # latex_show_pagerefs = False
287 # If true, show URL addresses after external links.
289 # latex_show_urls = False
291 # Documents to append as an appendix to all manuals.
293 # latex_appendices = []
295 # It false, will not define \strong, \code, itleref, \crossref ... but only
296 # \sphinxstrong, ..., \sphinxtitleref, ... To help avoid clash with user added
299 # latex_keep_old_macro_names = True
301 # If false, no module index is generated.
303 # latex_domain_indices = True
306 # -- Options for manual page output ---------------------------------------
308 # One entry per manual page. List of tuples
309 # (source start file, name, description, authors, manual section).
311 (master_doc, u"CSIT", u"CSIT Documentation", [author], 1)
314 # If true, show URL addresses after external links.
316 # man_show_urls = False
319 # -- Options for Texinfo output -------------------------------------------
321 # Grouping the document tree into Texinfo files. List of tuples
322 # (source start file, target name, title, author,
323 # dir menu entry, description, category)
324 texinfo_documents = [
325 (master_doc, u"CSIT", u"CSIT Documentation",
326 author, u"CSIT", u"One line description of project.",
330 # Documents to append as an appendix to all manuals.
332 # texinfo_appendices = []
334 # If false, no module index is generated.
336 # texinfo_domain_indices = True
338 # How to display URL addresses: 'footnote', 'no', or 'inline'.
340 # texinfo_show_urls = 'footnote'
342 # If true, do not generate a @detailmenu in the "Top" node's menu.
344 # texinfo_no_detailmenu = False