Skip to content

Commit 11f7b3e

Browse files
committed
Update documentation copyrights.
1 parent 69feed4 commit 11f7b3e

File tree

1 file changed

+7
-8
lines changed

1 file changed

+7
-8
lines changed

docs/conf.py

Lines changed: 7 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -48,9 +48,9 @@
4848
master_doc = 'index'
4949

5050
# General information about the project.
51-
project = u'EULogin bundle'
52-
copyright = u'2019, Pol Dellaiera'
53-
author = u'Pol Dellaiera'
51+
project = u'EU Login bundle'
52+
copyright = u''
53+
author = u''
5454

5555
# The version info for the project you're documenting, acts as replacement for
5656
# |version| and |release|, also used in various other places throughout the
@@ -231,8 +231,7 @@ def setup(app):
231231
# (source start file, target name, title,
232232
# author, documentclass [howto, manual, or own class]).
233233
latex_documents = [
234-
(master_doc, 'EULogin-Bundle.tex', u'EULogin-Bundle Documentation',
235-
u'Pol Dellaiera', 'manual'),
234+
(master_doc, 'ECPHP-EU-Login-Bundle.tex', u'EU-Login-bundle Documentation', '', 'manual'),
236235
]
237236

238237
# The name of an image file (relative to this directory) to place at the top of
@@ -261,7 +260,7 @@ def setup(app):
261260
# One entry per manual page. List of tuples
262261
# (source start file, name, description, authors, manual section).
263262
man_pages = [
264-
(master_doc, 'eulogin-bundle', u'EULogin-Bundle Documentation',
263+
(master_doc, 'ecphp-eu-login-bundle', u'EU-Login-bundle Documentation',
265264
[author], 1)
266265
]
267266

@@ -275,8 +274,8 @@ def setup(app):
275274
# (source start file, target name, title, author,
276275
# dir menu entry, description, category)
277276
texinfo_documents = [
278-
(master_doc, 'EULogin-Bundle', u'EULogin-Bundle Documentation',
279-
author, 'EULogin-Bundle', 'One line description of project.',
277+
(master_doc, 'ECPHP-EU-Login-bundle', u'ECPHP-EU-Login-bundle Documentation',
278+
author, 'ECPHP-EU-Login-Bundle', 'One line description of project.',
280279
'Miscellaneous'),
281280
]
282281

0 commit comments

Comments
 (0)