From 566dc6910f6f1f4080acabb6133426545ca28964 Mon Sep 17 00:00:00 2001 From: Salvatore Mesoraca Date: Mon, 2 Sep 2024 18:19:10 +0200 Subject: [PATCH] docs: fix copyright attribution Signed-off-by: Salvatore Mesoraca --- docs/conf.py | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/docs/conf.py b/docs/conf.py index 447e16fc..69d5b645 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -66,7 +66,7 @@ # General information about the project. project = "valkey-py" current_year = datetime.datetime.now().year -copyright = f"{current_year}, Valkey Inc" +copyright = f"{current_year}, Redis Ltd" # The version info for the project you're documenting, acts as replacement for # |version| and |release|, also used in various other places throughout the @@ -229,7 +229,7 @@ # (source start file, target name, title, author, documentclass # [howto/manual]). latex_documents = [ - ("index", "valkey-py.tex", "valkey-py Documentation", "Valkey Inc", "manual") + ("index", "valkey-py.tex", "valkey-py Documentation", "Valkey", "manual") ] # The name of an image file (relative to this directory) to place at the top of @@ -273,7 +273,7 @@ "index", "valkey-py", "valkey-py Documentation", - "Valkey Inc", + "Valkey", "valkey-py", "One line description of project.", "Miscellaneous", @@ -290,6 +290,6 @@ # texinfo_show_urls = 'footnote' epub_title = "valkey-py" -epub_author = "Valkey Inc" -epub_publisher = "Valkey Inc" -epub_copyright = "2023, Valkey Inc" +epub_author = "Valkey" +epub_publisher = "Valkey" +epub_copyright = "2023, Redis Ltd"