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 5252
5353# General information about the project.
5454project = 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
232232# author, documentclass [howto, manual, or own class]).
233233latex_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
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}
You can’t perform that action at this time.
0 commit comments