summaryrefslogtreecommitdiff
path: root/docs/conf.py
diff options
context:
space:
mode:
Diffstat (limited to 'docs/conf.py')
-rw-r--r--docs/conf.py16
1 files changed, 8 insertions, 8 deletions
diff --git a/docs/conf.py b/docs/conf.py
index dfdaf9e..ff37119 100644
--- a/docs/conf.py
+++ b/docs/conf.py
@@ -46,16 +46,16 @@ master_doc = "index"
# General information about the project.
project = "redis-py"
-copyright = "2016, Andy McCurdy"
+copyright = "2021, Redis Inc."
# The version info for the project you're documenting, acts as replacement for
# |version| and |release|, also used in various other places throughout the
# built documents.
#
# The short X.Y version.
-version = "2.10.5"
+version = "4.0.9"
# The full version, including alpha/beta/rc tags.
-release = "2.10.5"
+release = "4.0.0"
# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
@@ -191,7 +191,7 @@ latex_documents = [
("index",
"redis-py.tex",
"redis-py Documentation",
- "Andy McCurdy",
+ "Redis Inc",
"manual"),
]
@@ -240,7 +240,7 @@ texinfo_documents = [
"index",
"redis-py",
"redis-py Documentation",
- "Andy McCurdy",
+ "Redis Inc",
"redis-py",
"One line description of project.",
"Miscellaneous",
@@ -257,6 +257,6 @@ texinfo_documents = [
# texinfo_show_urls = 'footnote'
epub_title = "redis-py"
-epub_author = "Andy McCurdy"
-epub_publisher = "Andy McCurdy"
-epub_copyright = "2011, Andy McCurdy"
+epub_author = "Redis Inc"
+epub_publisher = "Redis Inc"
+epub_copyright = "2021, Redis Inc"