Skip to content

Commit 5c7bdf4

Browse files
committed
Update docs author
1 parent 4733aad commit 5c7bdf4

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

docs/conf.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -52,8 +52,8 @@
5252

5353
# General information about the project.
5454
project = u'Dependency Injector'
55-
copyright = u'2021, ETS Labs'
56-
author = u'ETS Labs'
55+
copyright = u'2021, Roman Mogylatov'
56+
author = u'Roman Mogylatov'
5757

5858
# The version info for the project you're documenting, acts as replacement for
5959
# |version| and |release|, also used in various other places throughout the
@@ -232,7 +232,7 @@
232232
# author, documentclass [howto, manual, or own class]).
233233
latex_documents = [
234234
(master_doc, 'dependency_injector.tex', u'Dependency Injector Documentation',
235-
u'ETS Labs', 'manual'),
235+
u'Roman Mogylatov', 'manual'),
236236
]
237237

238238
# The name of an image file (relative to this directory) to place at the top of
@@ -303,7 +303,7 @@
303303
'github_button': True,
304304
'github_banner': True,
305305
'logo': 'logo.svg',
306-
'description': 'Dependency injection framework for Python',
306+
'description': 'Dependency injection framework for Python by Roman Mogylatov',
307307
'code_font_size': '10pt',
308308
'analytics_id': 'UA-67012059-1',
309309
}

0 commit comments

Comments
 (0)