|
42 | 42 | source_suffix = '.rst'
|
43 | 43 |
|
44 | 44 | # The encoding of source files.
|
45 |
| -#source_encoding = 'utf-8-sig' |
| 45 | +# source_encoding = 'utf-8-sig' |
46 | 46 |
|
47 | 47 | # The master toctree document.
|
48 | 48 | master_doc = 'index'
|
|
64 | 64 |
|
65 | 65 | # The language for content autogenerated by Sphinx. Refer to documentation
|
66 | 66 | # for a list of supported languages.
|
67 |
| -#language = None |
| 67 | +# language = None |
68 | 68 |
|
69 | 69 | # There are two options for replacing |today|: either, you set today to some
|
70 | 70 | # non-false value, then it is used:
|
71 |
| -#today = '' |
| 71 | +# today = '' |
72 | 72 | # Else, today_fmt is used as the format for a strftime call.
|
73 |
| -#today_fmt = '%B %d, %Y' |
| 73 | +# today_fmt = '%B %d, %Y' |
74 | 74 |
|
75 | 75 | # List of patterns, relative to source directory, that match files and
|
76 | 76 | # directories to ignore when looking for source files.
|
77 | 77 | exclude_patterns = ['_build']
|
78 | 78 |
|
79 | 79 | # The reST default role (used for this markup: `text`) to use for all documents.
|
80 |
| -#default_role = None |
| 80 | +# default_role = None |
81 | 81 |
|
82 | 82 | # If true, '()' will be appended to :func: etc. cross-reference text.
|
83 |
| -#add_function_parentheses = True |
| 83 | +# add_function_parentheses = True |
84 | 84 |
|
85 | 85 | # If true, the current module name will be prepended to all description
|
86 | 86 | # unit titles (such as .. function::).
|
87 |
| -#add_module_names = True |
| 87 | +# add_module_names = True |
88 | 88 |
|
89 | 89 | # If true, sectionauthor and moduleauthor directives will be shown in the
|
90 | 90 | # output. They are ignored by default.
|
91 |
| -#show_authors = False |
| 91 | +# show_authors = False |
92 | 92 |
|
93 | 93 | # The name of the Pygments (syntax highlighting) style to use.
|
94 | 94 | pygments_style = 'sphinx'
|
95 | 95 |
|
96 | 96 | # A list of ignored prefixes for module index sorting.
|
97 |
| -#modindex_common_prefix = [] |
| 97 | +# modindex_common_prefix = [] |
98 | 98 |
|
99 | 99 |
|
100 | 100 | # -- Options for HTML output ---------------------------------------------------
|
|
106 | 106 | # Theme options are theme-specific and customize the look and feel of a theme
|
107 | 107 | # further. For a list of options available for each theme, see the
|
108 | 108 | # documentation.
|
109 |
| -#html_theme_options = {} |
| 109 | +# html_theme_options = {} |
110 | 110 |
|
111 | 111 | # Add any paths that contain custom themes here, relative to this directory.
|
112 |
| -#html_theme_path = [] |
| 112 | +# html_theme_path = [] |
113 | 113 |
|
114 | 114 | # The name for this set of Sphinx documents. If None, it defaults to
|
115 | 115 | # "<project> v<release> documentation".
|
116 |
| -#html_title = None |
| 116 | +# html_title = None |
117 | 117 |
|
118 | 118 | # A shorter title for the navigation bar. Default is the same as html_title.
|
119 |
| -#html_short_title = None |
| 119 | +# html_short_title = None |
120 | 120 |
|
121 | 121 | # The name of an image file (relative to this directory) to place at the top
|
122 | 122 | # of the sidebar.
|
123 |
| -#html_logo = None |
| 123 | +# html_logo = None |
124 | 124 |
|
125 | 125 | # The name of an image file (within the static path) to use as favicon of the
|
126 | 126 | # docs. This file should be a Windows icon file (.ico) being 16x16 or 32x32
|
127 | 127 | # pixels large.
|
128 |
| -#html_favicon = None |
| 128 | +# html_favicon = None |
129 | 129 |
|
130 | 130 | # Add any paths that contain custom static files (such as style sheets) here,
|
131 | 131 | # relative to this directory. They are copied after the builtin static files,
|
|
134 | 134 |
|
135 | 135 | # If not '', a 'Last updated on:' timestamp is inserted at every page bottom,
|
136 | 136 | # using the given strftime format.
|
137 |
| -#html_last_updated_fmt = '%b %d, %Y' |
| 137 | +# html_last_updated_fmt = '%b %d, %Y' |
138 | 138 |
|
139 | 139 | # If true, SmartyPants will be used to convert quotes and dashes to
|
140 | 140 | # typographically correct entities.
|
141 |
| -#html_use_smartypants = True |
| 141 | +# html_use_smartypants = True |
142 | 142 |
|
143 | 143 | # Custom sidebar templates, maps document names to template names.
|
144 |
| -#html_sidebars = {} |
| 144 | +# html_sidebars = {} |
145 | 145 |
|
146 | 146 | # Additional templates that should be rendered to pages, maps page names to
|
147 | 147 | # template names.
|
148 |
| -#html_additional_pages = {} |
| 148 | +# html_additional_pages = {} |
149 | 149 |
|
150 | 150 | # If false, no module index is generated.
|
151 |
| -#html_domain_indices = True |
| 151 | +# html_domain_indices = True |
152 | 152 |
|
153 | 153 | # If false, no index is generated.
|
154 |
| -#html_use_index = True |
| 154 | +# html_use_index = True |
155 | 155 |
|
156 | 156 | # If true, the index is split into individual pages for each letter.
|
157 |
| -#html_split_index = False |
9E81
| 157 | +# html_split_index = False |
158 | 158 |
|
159 | 159 | # If true, links to the reST sources are added to the pages.
|
160 |
| -#html_show_sourcelink = True |
| 160 | +# html_show_sourcelink = True |
161 | 161 |
|
162 | 162 | # If true, "Created using Sphinx" is shown in the HTML footer. Default is True.
|
163 |
| -#html_show_sphinx = True |
| 163 | +# html_show_sphinx = True |
164 | 164 |
|
165 | 165 | # If true, "(C) Copyright ..." is shown in the HTML footer. Default is True.
|
166 |
| -#html_show_copyright = True |
| 166 | +# html_show_copyright = True |
167 | 167 |
|
168 | 168 | # If true, an OpenSearch description file will be output, and all pages will
|
169 | 169 | # contain a <link> tag referring to it. The value of this option must be the
|
170 | 170 | # base URL from which the finished HTML is served.
|
171 |
| -#html_use_opensearch = '' |
| 171 | +# html_use_opensearch = '' |
172 | 172 |
|
173 | 173 | # This is the file name suffix for HTML files (e.g. ".xhtml").
|
174 |
| -#html_file_suffix = None |
| 174 | +# html_file_suffix = None |
175 | 175 |
|
176 | 176 | # Output file base name for HTML help builder.
|
177 | 177 | htmlhelp_basename = 'libsassdoc'
|
|
201 | 201 |
|
202 | 202 | # The name of an image file (relative to this directory) to place at the top of
|
203 | 203 | # the title page.
|
204 |
| -#latex_logo = None |
| 204 | +# latex_logo = None |
205 | 205 |
|
206 | 206 | # For "manual" documents, if this is true, then toplevel headings are parts,
|
207 | 207 | # not chapters.
|
208 |
| -#latex_use_parts = False |
| 208 | +# latex_use_parts = False |
209 | 209 |
|
210 | 210 | # If true, show page references after internal links.
|
211 |
| -#latex_show_pagerefs = False |
| 211 | +# latex_show_pagerefs = False |
212 | 212 |
|
213 | 213 | # If true, show URL addresses after external links.
|
214 |
| -#latex_show_urls = False |
| 214 | +# latex_show_urls = False |
215 | 215 |
|
216 | 216 | # Documents to append as an appendix to all manuals.
|
217 |
| -#latex_appendices = [] |
| 217 | +# latex_appendices = [] |
218 | 218 |
|
219 | 219 | # If false, no module index is generated.
|
220 |
| -#latex_domain_indices = True |
| 220 | +# latex_domain_indices = True |
221 | 221 |
|
222 | 222 |
|
223 | 223 | # -- Options for manual page output --------------------------------------------
|
|
232 | 232 | ]
|
233 | 233 |
|
234 | 234 | # If true, show URL addresses after external links.
|
235 |
| -#man_show_urls = False |
| 235 | +# man_show_urls = False |
236 | 236 |
|
237 | 237 |
|
238 | 238 | # -- Options for Texinfo output ------------------------------------------------
|
|
249 | 249 | ]
|
250 | 250 |
|
251 | 251 | # Documents to append as an appendix to all manuals.
|
252 |
| -#texinfo_appendices = [] |
| 252 | +# texinfo_appendices = [] |
253 | 253 |
|
254 | 254 | # If false, no module index is generated.
|
255 |
| -#texinfo_domain_indices = True |
| 255 | +# texinfo_domain_indices = True |
256 | 256 |
|
257 | 257 | # How to display URL addresses: 'footnote', 'no', or 'inline'.
|
258 |
| -#texinfo_show_urls = 'footnote' |
| 258 | +# texinfo_show_urls = 'footnote' |
259 | 259 |
|
260 | 260 |
|
261 | 261 | # Example configuration for intersphinx: refer to the Python standard library.
|
|
0 commit comments