|
174 | 174 | # This is the file name suffix for HTML files (e.g. ".xhtml"). |
175 | 175 | # html_file_suffix = None |
176 | 176 |
|
177 | | -# Output file base name for HTML help builder. |
178 | | -htmlhelp_basename = 'OpenSlidePythondoc' |
179 | | - |
180 | | - |
181 | | -# -- Options for LaTeX output -------------------------------------------------- |
182 | | - |
183 | | -latex_elements = { |
184 | | - # The paper size ('letterpaper' or 'a4paper'). |
185 | | - # 'papersize': 'letterpaper', |
186 | | - # The font size ('10pt', '11pt' or '12pt'). |
187 | | - # 'pointsize': '10pt', |
188 | | - # Additional stuff for the LaTeX preamble. |
189 | | - # 'preamble': '', |
190 | | -} |
191 | | - |
192 | | -# Grouping the document tree into LaTeX files. List of tuples |
193 | | -# (source start file, target name, title, author, documentclass [howto/manual]). |
194 | | -latex_documents = [ |
195 | | - ( |
196 | | - 'index', |
197 | | - 'OpenSlidePython.tex', |
198 | | - 'OpenSlide Python Documentation', |
199 | | - 'OpenSlide project', |
200 | | - 'manual', |
201 | | - ), |
202 | | -] |
203 | | - |
204 | | -# The name of an image file (relative to this directory) to place at the top of |
205 | | -# the title page. |
206 | | -# latex_logo = None |
207 | | - |
208 | | -# For "manual" documents, if this is true, then toplevel headings are parts, |
209 | | -# not chapters. |
210 | | -# latex_use_parts = False |
211 | | - |
212 | | -# If true, show page references after internal links. |
213 | | -# latex_show_pagerefs = False |
214 | | - |
215 | | -# If true, show URL addresses after external links. |
216 | | -# latex_show_urls = False |
217 | | - |
218 | | -# Documents to append as an appendix to all manuals. |
219 | | -# latex_appendices = [] |
220 | | - |
221 | | -# If false, no module index is generated. |
222 | | -# latex_domain_indices = True |
223 | | - |
224 | | - |
225 | | -# -- Options for manual page output -------------------------------------------- |
226 | | - |
227 | | -# One entry per manual page. List of tuples |
228 | | -# (source start file, name, description, authors, manual section). |
229 | | -man_pages = [ |
230 | | - ( |
231 | | - 'index', |
232 | | - 'openslidepython', |
233 | | - 'OpenSlide Python Documentation', |
234 | | - ['OpenSlide project'], |
235 | | - 1, |
236 | | - ) |
237 | | -] |
238 | | - |
239 | | -# If true, show URL addresses after external links. |
240 | | -# man_show_urls = False |
241 | | - |
242 | | - |
243 | | -# -- Options for Texinfo output ------------------------------------------------ |
244 | | - |
245 | | -# Grouping the document tree into Texinfo files. List of tuples |
246 | | -# (source start file, target name, title, author, |
247 | | -# dir menu entry, description, category) |
248 | | -texinfo_documents = [ |
249 | | - ( |
250 | | - 'index', |
251 | | - 'OpenSlidePython', |
252 | | - 'OpenSlide Python Documentation', |
253 | | - 'OpenSlide project', |
254 | | - 'OpenSlidePython', |
255 | | - 'One line description of project.', |
256 | | - 'Miscellaneous', |
257 | | - ), |
258 | | -] |
259 | | - |
260 | | -# Documents to append as an appendix to all manuals. |
261 | | -# texinfo_appendices = [] |
262 | | - |
263 | | -# If false, no module index is generated. |
264 | | -# texinfo_domain_indices = True |
265 | | - |
266 | | -# How to display URL addresses: 'footnote', 'no', or 'inline'. |
267 | | -# texinfo_show_urls = 'footnote' |
268 | | - |
269 | 177 |
|
270 | 178 | # intersphinx |
271 | 179 | intersphinx_mapping = { |
|
0 commit comments