|
1 |
| -import sys |
2 | 1 | import os
|
| 2 | +import sys |
3 | 3 |
|
4 | 4 | # If extensions (or modules to document with autodoc) are in another directory,
|
5 | 5 | # add these directories to sys.path here. If the directory is relative to the
|
|
9 | 9 | # -- General configuration ------------------------------------------------
|
10 | 10 |
|
11 | 11 | # If your documentation needs a minimal Sphinx version, state it here.
|
12 |
| -#needs_sphinx = '1.0' |
| 12 | +# needs_sphinx = '1.0' |
13 | 13 |
|
14 | 14 | # Add any Sphinx extension module names here, as strings. They can be
|
15 | 15 | # extensions coming with Sphinx (named 'sphinx.ext.*') or your custom
|
|
27 | 27 | source_suffix = '.rst'
|
28 | 28 |
|
29 | 29 | # The encoding of source files.
|
30 |
| -#source_encoding = 'utf-8-sig' |
| 30 | +# source_encoding = 'utf-8-sig' |
31 | 31 |
|
32 | 32 | # The master toctree document.
|
33 | 33 | master_doc = 'index'
|
|
47 | 47 |
|
48 | 48 | # The language for content autogenerated by Sphinx. Refer to documentation
|
49 | 49 | # for a list of supported languages.
|
50 |
| -#language = None |
| 50 | +# language = None |
51 | 51 |
|
52 | 52 | # There are two options for replacing |today|: either, you set today to some
|
53 | 53 | # non-false value, then it is used:
|
54 |
| -#today = '' |
| 54 | +# today = '' |
55 | 55 | # Else, today_fmt is used as the format for a strftime call.
|
56 |
| -#today_fmt = '%B %d, %Y' |
| 56 | +# today_fmt = '%B %d, %Y' |
57 | 57 |
|
58 | 58 | # List of patterns, relative to source directory, that match files and
|
59 | 59 | # directories to ignore when looking for source files.
|
60 | 60 | exclude_patterns = ['_build']
|
61 | 61 |
|
62 | 62 | # The reST default role (used for this markup: `text`) to use for all
|
63 | 63 | # documents.
|
64 |
| -#default_role = None |
| 64 | +# default_role = None |
65 | 65 |
|
66 | 66 | # If true, '()' will be appended to :func: etc. cross-reference text.
|
67 |
| -#add_function_parentheses = True |
| 67 | +# add_function_parentheses = True |
68 | 68 |
|
69 | 69 | # If true, the current module name will be prepended to all description
|
70 | 70 | # unit titles (such as .. function::).
|
71 |
| -#add_module_names = True |
| 71 | +# add_module_names = True |
72 | 72 |
|
73 | 73 | # If true, sectionauthor and moduleauthor directives will be shown in the
|
74 | 74 | # output. They are ignored by default.
|
75 |
| -#show_authors = False |
| 75 | +# show_authors = False |
76 | 76 |
|
77 | 77 | # The name of the Pygments (syntax highlighting) style to use.
|
78 | 78 | pygments_style = 'sphinx'
|
79 | 79 |
|
80 | 80 | # A list of ignored prefixes for module index sorting.
|
81 |
| -#modindex_common_prefix = [] |
| 81 | +# modindex_common_prefix = [] |
82 | 82 |
|
83 | 83 | # If true, keep warnings as "system message" paragraphs in the built documents.
|
84 |
| -#keep_warnings = False |
| 84 | +# keep_warnings = False |
85 | 85 |
|
86 | 86 |
|
87 | 87 | # -- Options for HTML output ----------------------------------------------
|
|
93 | 93 | # Theme options are theme-specific and customize the look and feel of a theme
|
94 | 94 | # further. For a list of options available for each theme, see the
|
95 | 95 | # documentation.
|
96 |
| -#html_theme_options = {} |
| 96 | +# html_theme_options = {} |
97 | 97 |
|
98 | 98 | # Add any paths that contain custom themes here, relative to this directory.
|
99 |
| -#html_theme_path = [] |
| 99 | +# html_theme_path = [] |
100 | 100 |
|
101 | 101 | # The name for this set of Sphinx documents. If None, it defaults to
|
102 | 102 | # "<project> v<release> documentation".
|
103 |
| -#html_title = None |
| 103 | +# html_title = None |
104 | 104 |
|
105 | 105 | # A shorter title for the navigation bar. Default is the same as html_title.
|
106 |
| -#html_short_title = None |
| 106 | +# html_short_title = None |
107 | 107 |
|
108 | 108 | # The name of an image file (relative to this directory) to place at the top
|
109 | 109 | # of the sidebar.
|
110 |
| -#html_logo = None |
| 110 | +# html_logo = None |
111 | 111 |
|
112 | 112 | # The name of an image file (within the static path) to use as favicon of the
|
113 | 113 | # docs. This file should be a Windows icon file (.ico) being 16x16 or 32x32
|
114 | 114 | # pixels large.
|
115 |
| -#html_favicon = None |
| 115 | +# html_favicon = None |
116 | 116 |
|
117 | 117 | # Add any paths that contain custom static files (such as style sheets) here,
|
118 | 118 | # relative to this directory. They are copied after the builtin static files,
|
|
122 | 122 | # Add any extra paths that contain custom files (such as robots.txt or
|
123 | 123 | # .htaccess) here, relative to this directory. These files are copied
|
124 | 124 | # directly to the root of the documentation.
|
125 |
| -#html_extra_path = [] |
| 125 | +# html_extra_path = [] |
126 | 126 |
|
127 | 127 | # If not '', a 'Last updated on:' timestamp is inserted at every page bottom,
|
128 | 128 | # using the given strftime format.
|
129 |
| -#html_last_updated_fmt = '%b %d, %Y' |
| 129 | +# html_last_updated_fmt = '%b %d, %Y' |
130 | 130 |
|
131 | 131 | # If true, SmartyPants will be used to convert quotes and dashes to
|
132 | 132 | # typographically correct entities.
|
133 |
| -#html_use_smartypants = True |
| 133 | +# html_use_smartypants = True |
134 | 134 |
|
135 | 135 | # Custom sidebar templates, maps document names to template names.
|
136 |
| -#html_sidebars = {} |
| 136 | +# html_sidebars = {} |
137 | 137 |
|
138 | 138 | # Additional templates that should be rendered to pages, maps page names to
|
139 | 139 | # template names.
|
140 |
| -#html_additional_pages = {} |
| 140 | +# html_additional_pages = {} |
141 | 141 |
|
142 | 142 | # If false, no module index is generated.
|
143 |
| -#html_domain_indices = True |
| 143 | +# html_domain_indices = True |
144 | 144 |
|
145 | 145 | # If false, no index is generated.
|
146 |
| -#html_use_index = True |
| 146 | +# html_use_index = True |
147 | 147 |
|
148 | 148 | # If true, the index is split into individual pages for each letter.
|
149 |
| -#html_split_index = False |
| 149 | +# html_split_index = False |
150 | 150 |
|
151 | 151 | # If true, links to the reST sources are added to the pages.
|
152 |
| -#html_show_sourcelink = True |
| 152 | +# html_show_sourcelink = True |
153 | 153 |
|
154 | 154 | # If true, "Created using Sphinx" is shown in the HTML footer. Default is True.
|
155 |
| -#html_show_sphinx = True |
| 155 | +# html_show_sphinx = True |
156 | 156 |
|
157 | 157 | # If true, "(C) Copyright ..." is shown in the HTML footer. Default is True.
|
158 |
| -#html_show_copyright = True |
| 158 | +# html_show_copyright = True |
159 | 159 |
|
160 | 160 | # If true, an OpenSearch description file will be output, and all pages will
|
161 | 161 | # contain a <link> tag referring to it. The value of this option must be the
|
162 | 162 | # base URL from which the finished HTML is served.
|
163 |
| -#html_use_opensearch = '' |
| 163 | +# html_use_opensearch = '' |
164 | 164 |
|
165 | 165 | # This is the file name suffix for HTML files (e.g. ".xhtml").
|
166 |
| -#html_file_suffix = None |
| 166 | +# html_file_suffix = None |
167 | 167 |
|
168 | 168 | # Output file base name for HTML help builder.
|
169 | 169 | htmlhelp_basename = 'senaiteastdoc'
|
170 | 170 |
|
171 |
| - |
172 | 171 | # -- Options for LaTeX output ---------------------------------------------
|
173 | 172 |
|
174 | 173 | latex_elements = {
|
175 |
| -# The paper size ('letterpaper' or 'a4paper'). |
176 |
| -#'papersize': 'letterpaper', |
| 174 | + # The paper size ('letterpaper' or 'a4paper'). |
| 175 | + # 'papersize': 'letterpaper', |
177 | 176 |
|
178 |
| -# The font size ('10pt', '11pt' or '12pt'). |
179 |
| -#'pointsize': '10pt', |
| 177 | + # The font size ('10pt', '11pt' or '12pt'). |
| 178 | + # 'pointsize': '10pt', |
180 | 179 |
|
181 |
| -# Additional stuff for the LaTeX preamble. |
182 |
| -#'preamble': '', |
| 180 | + # Additional stuff for the LaTeX preamble. |
| 181 | + # 'preamble': '', |
183 | 182 | }
|
184 | 183 |
|
185 | 184 | # Grouping the document tree into LaTeX files. List of tuples
|
186 | 185 | # (source start file, target name, title,
|
187 | 186 | # author, documentclass [howto, manual, or own class]).
|
188 | 187 | latex_documents = [
|
189 |
| - ('index', 'senaiteast.tex', u'senaite.ast Documentation', |
190 |
| - u'Riding Bytes & Naralabs', 'manual'), |
| 188 | + ('index', 'senaiteast.tex', u'senaite.ast Documentation', |
| 189 | + u'Riding Bytes & Naralabs', 'manual'), |
191 | 190 | ]
|
192 | 191 |
|
193 | 192 | # The name of an image file (relative to this directory) to place at the top of
|
194 | 193 | # the title page.
|
195 |
| -#latex_logo = None |
| 194 | +# latex_logo = None |
196 | 195 |
|
197 | 196 | # For "manual" documents, if this is true, then toplevel headings are parts,
|
198 | 197 | # not chapters.
|
199 |
| -#latex_use_parts = False |
| 198 | +# latex_use_parts = False |
200 | 199 |
|
201 | 200 | # If true, show page references after internal links.
|
202 |
| -#latex_show_pagerefs = False |
| 201 | +# latex_show_pagerefs = False |
203 | 202 |
|
204 | 203 | # If true, show URL addresses after external links.
|
205 |
| -#latex_show_urls = False |
| 204 | +# latex_show_urls = False |
206 | 205 |
|
207 | 206 | # Documents to append as an appendix to all manuals.
|
208 |
| -#latex_appendices = [] |
| 207 | +# latex_appendices = [] |
209 | 208 |
|
210 | 209 | # If false, no module index is generated.
|
211 |
| -#latex_domain_indices = True |
| 210 | +# latex_domain_indices = True |
212 | 211 |
|
213 | 212 |
|
214 | 213 | # -- Options for manual page output ---------------------------------------
|
|
221 | 220 | ]
|
222 | 221 |
|
223 | 222 | # If true, show URL addresses after external links.
|
224 |
| -#man_show_urls = False |
| 223 | +# man_show_urls = False |
225 | 224 |
|
226 | 225 |
|
227 | 226 | # -- Options for Texinfo output -------------------------------------------
|
|
230 | 229 | # (source start file, target name, title, author,
|
231 | 230 | # dir menu entry, description, category)
|
232 | 231 | texinfo_documents = [
|
233 |
| - ('index', 'senaiteast', u'senaite.ast Documentation', |
234 |
| - u'Riding Bytes & Naralabs', 'senaiteast', |
235 |
| - 'Antibiotic Sensitivity Testing (AST) for SENAITE', |
236 |
| - 'Miscellaneous'), |
| 232 | + ('index', 'senaiteast', u'senaite.ast Documentation', |
| 233 | + u'Riding Bytes & Naralabs', 'senaiteast', |
| 234 | + 'Antibiotic Sensitivity Testing (AST) for SENAITE', |
| 235 | + 'Miscellaneous'), |
237 | 236 | ]
|
238 | 237 |
|
239 | 238 | # Documents to append as an appendix to all manuals.
|
240 |
| -#texinfo_appendices = [] |
| 239 | +# texinfo_appendices = [] |
241 | 240 |
|
242 | 241 | # If false, no module index is generated.
|
243 |
| -#texinfo_domain_indices = True |
| 242 | +# texinfo_domain_indices = True |
244 | 243 |
|
245 | 244 | # How to display URL addresses: 'footnote', 'no', or 'inline'.
|
246 |
| -#texinfo_show_urls = 'footnote' |
| 245 | +# texinfo_show_urls = 'footnote' |
247 | 246 |
|
248 | 247 | # If true, do not generate a @detailmenu in the "Top" node's menu.
|
249 |
| -#texinfo_no_detailmenu = False |
| 248 | +# texinfo_no_detailmenu = False |
0 commit comments