File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 52
52
53
53
# General information about the project.
54
54
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 '
57
57
58
58
# The version info for the project you're documenting, acts as replacement for
59
59
# |version| and |release|, also used in various other places throughout the
232
232
# author, documentclass [howto, manual, or own class]).
233
233
latex_documents = [
234
234
(master_doc , 'dependency_injector.tex' , u'Dependency Injector Documentation' ,
235
- u'ETS Labs ' , 'manual' ),
235
+ u'Roman Mogylatov ' , 'manual' ),
236
236
]
237
237
238
238
# The name of an image file (relative to this directory) to place at the top of
303
303
'github_button' : True ,
304
304
'github_banner' : True ,
305
305
'logo' : 'logo.svg' ,
306
- 'description' : 'Dependency injection framework for Python' ,
306
+ 'description' : 'Dependency injection framework for Python by Roman Mogylatov ' ,
307
307
'code_font_size' : '10pt' ,
308
308
'analytics_id' : 'UA-67012059-1' ,
309
309
}
You can’t perform that action at this time.
0 commit comments