Skip to content

Commit 6badc8a

Browse files
committed
Add logo and year
1 parent b4c45b8 commit 6badc8a

File tree

2 files changed

+33
-3
lines changed

2 files changed

+33
-3
lines changed
Lines changed: 30 additions & 0 deletions
Loading

docs/conf.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@
6060

6161
# General information about the project.
6262
project = "redis-py"
63-
copyright = "2021, Redis Inc"
63+
copyright = "2022, Redis Inc"
6464

6565
# The version info for the project you're documenting, acts as replacement for
6666
# |version| and |release|, also used in various other places throughout the
@@ -152,7 +152,7 @@
152152

153153
# The name of an image file (relative to this directory) to place at the top
154154
# of the sidebar.
155-
# html_logo = None
155+
html_logo = "_static/redis-cube-red-white-rgb.svg"
156156

157157
# The name of an image file (within the static path) to use as favicon of the
158158
# docs. This file should be a Windows icon file (.ico) being 16x16 or 32x32
@@ -287,4 +287,4 @@
287287
epub_title = "redis-py"
288288
epub_author = "Redis Inc"
289289
epub_publisher = "Redis Inc"
290-
epub_copyright = "2021, Redis Inc"
290+
epub_copyright = "2022, Redis Inc"

0 commit comments

Comments
 (0)