Skip to content

Commit b52be4e

Browse files
committed
cleanup
1 parent d9f3b65 commit b52be4e

1 file changed

Lines changed: 18 additions & 18 deletions

File tree

docs/source/conf.py

Lines changed: 18 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@
6161

6262
# General information about the project.
6363
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'
6565

6666
# The version info for the project you're documenting, acts as replacement for
6767
# |version| and |release|, also used in various other places throughout the
@@ -213,10 +213,10 @@
213213

214214
# Grouping the document tree into LaTeX files. List of tuples
215215
# (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+
# ]
220220

221221
# The name of an image file (relative to this directory) to place at the top of
222222
# the title page.
@@ -243,10 +243,10 @@
243243

244244
# One entry per manual page. List of tuples
245245
# (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+
# ]
250250

251251
# If true, show URL addresses after external links.
252252
#man_show_urls = False
@@ -257,11 +257,11 @@
257257
# Grouping the document tree into Texinfo files. List of tuples
258258
# (source start file, target name, title, author,
259259
# 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+
# ]
265265

266266
# Documents to append as an appendix to all manuals.
267267
#texinfo_appendices = []
@@ -276,10 +276,10 @@
276276
# -- Options for Epub output ---------------------------------------------------
277277

278278
# 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'
283283

284284
# The language of the text. It defaults to the language option
285285
# or en if the language is not set.

0 commit comments

Comments
 (0)