From 5c7bdf4fc641b0ebd0dbc4697ef4861bda4bc028 Mon Sep 17 00:00:00 2001 From: Roman Mogylatov Date: Tue, 28 Sep 2021 14:50:45 -0400 Subject: [PATCH] Update docs author --- docs/conf.py | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/conf.py b/docs/conf.py index a1260f49..58af81e8 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -52,8 +52,8 @@ master_doc = 'index' # General information about the project. project = u'Dependency Injector' -copyright = u'2021, ETS Labs' -author = u'ETS Labs' +copyright = u'2021, Roman Mogylatov' +author = u'Roman Mogylatov' # The version info for the project you're documenting, acts as replacement for # |version| and |release|, also used in various other places throughout the @@ -232,7 +232,7 @@ latex_elements = { # author, documentclass [howto, manual, or own class]). latex_documents = [ (master_doc, 'dependency_injector.tex', u'Dependency Injector Documentation', - u'ETS Labs', 'manual'), + u'Roman Mogylatov', 'manual'), ] # The name of an image file (relative to this directory) to place at the top of @@ -303,7 +303,7 @@ html_theme_options = { 'github_button': True, 'github_banner': True, 'logo': 'logo.svg', - 'description': 'Dependency injection framework for Python', + 'description': 'Dependency injection framework for Python by Roman Mogylatov', 'code_font_size': '10pt', 'analytics_id': 'UA-67012059-1', }