|
61 | 61 |
|
62 | 62 | # General information about the project. |
63 | 63 | project = u'TimeSide' |
64 | | -copyright = u'2014-2022 Guillaume Pellerin, Paul Brossier, Thomas Fillon, Antoine Grandry' |
| 64 | +copyright = u'2014-2023 Guillaume Pellerin, Paul Brossier, Thomas Fillon, Antoine Grandry, Guillaume Piccarreta' |
65 | 65 |
|
66 | 66 | # The version info for the project you're documenting, acts as replacement for |
67 | 67 | # |version| and |release|, also used in various other places throughout the |
|
213 | 213 |
|
214 | 214 | # Grouping the document tree into LaTeX files. List of tuples |
215 | 215 | # (source start file, target name, title, author, documentclass [howto/manual]). |
216 | | -latex_documents = [ |
217 | | - ('index', 'TimeSide.tex', u'TimeSide Documentation', |
218 | | - u'Guillaume Pellerin, Paul Brossier, Thomas Fillon, Antoine Grandry', 'manual'), |
219 | | -] |
| 216 | +# latex_documents = [ |
| 217 | +# ('index', 'TimeSide.tex', u'TimeSide Documentation', |
| 218 | +# u'Guillaume Pellerin, Paul Brossier, Thomas Fillon, Antoine Grandry', 'manual'), |
| 219 | +# ] |
220 | 220 |
|
221 | 221 | # The name of an image file (relative to this directory) to place at the top of |
222 | 222 | # the title page. |
|
243 | 243 |
|
244 | 244 | # One entry per manual page. List of tuples |
245 | 245 | # (source start file, name, description, authors, manual section). |
246 | | -man_pages = [ |
247 | | - ('index', 'timeside', u'TimeSide Documentation', |
248 | | - [u'Guillaume Pellerin, Paul Brossier, Thomas Fillon, Antoine Grandry'], 1) |
249 | | -] |
| 246 | +# man_pages = [ |
| 247 | +# ('index', 'timeside', u'TimeSide Documentation', |
| 248 | +# [u'Guillaume Pellerin, Paul Brossier, Thomas Fillon, Antoine Grandry'], 1) |
| 249 | +# ] |
250 | 250 |
|
251 | 251 | # If true, show URL addresses after external links. |
252 | 252 | #man_show_urls = False |
|
257 | 257 | # Grouping the document tree into Texinfo files. List of tuples |
258 | 258 | # (source start file, target name, title, author, |
259 | 259 | # dir menu entry, description, category) |
260 | | -texinfo_documents = [ |
261 | | - ('index', 'TimeSide', u'TimeSide Documentation', |
262 | | - u'Guillaume Pellerin, Paul Brossier, Thomas Fillon, Antoine Grandry', 'TimeSide', 'One line description of project.', |
263 | | - 'Miscellaneous'), |
264 | | -] |
| 260 | +# texinfo_documents = [ |
| 261 | +# ('index', 'TimeSide', u'TimeSide Documentation', |
| 262 | +# u'Guillaume Pellerin, Paul Brossier, Thomas Fillon, Antoine Grandry', 'TimeSide', 'One line description of project.', |
| 263 | +# 'Miscellaneous'), |
| 264 | +# ] |
265 | 265 |
|
266 | 266 | # Documents to append as an appendix to all manuals. |
267 | 267 | #texinfo_appendices = [] |
|
276 | 276 | # -- Options for Epub output --------------------------------------------------- |
277 | 277 |
|
278 | 278 | # Bibliographic Dublin Core info. |
279 | | -epub_title = u'TimeSide' |
280 | | -epub_author = u'Guillaume Pellerin, Paul Brossier, Thomas Fillon, Antoine Grandry' |
281 | | -epub_publisher = u'Guillaume Pellerin, Paul Brossier, Thomas Fillon, Antoine Grandry' |
282 | | -epub_copyright = u'2014-2019 Guillaume Pellerin, Paul Brossier, Thomas Fillon, Antoine Grandry' |
| 279 | +# epub_title = u'TimeSide' |
| 280 | +# epub_author = u'Guillaume Pellerin, Paul Brossier, Thomas Fillon, Antoine Grandry' |
| 281 | +# epub_publisher = u'Guillaume Pellerin, Paul Brossier, Thomas Fillon, Antoine Grandry' |
| 282 | +# epub_copyright = u'2014-2019 Guillaume Pellerin, Paul Brossier, Thomas Fillon, Antoine Grandry' |
283 | 283 |
|
284 | 284 | # The language of the text. It defaults to the language option |
285 | 285 | # or en if the language is not set. |
|
0 commit comments