Skip to content

Commit d0fbae2

Browse files
authored
Merge pull request #1360 from pradyunsg/favicon-and-logo
Use a favicon instead of a logo
2 parents e8cbd85 + b16b99a commit d0fbae2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

source/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -175,13 +175,13 @@
175175
# The name of an image file (relative to this directory) to place at the top
176176
# of the sidebar.
177177
#
178-
html_logo = 'assets/py.png'
178+
# html_logo = None
179179

180180
# The name of an image file (relative to this directory) to use as a favicon of
181181
# the docs. This file should be a Windows icon file (.ico) being 16x16 or 32x32
182182
# pixels large.
183183
#
184-
# html_favicon = None
184+
html_favicon = 'assets/py.png'
185185

186186
# Add any paths that contain custom static files (such as style sheets) here,
187187
# relative to this directory. They are copied after the builtin static files,

0 commit comments

Comments
 (0)