We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e8cbd85 + b16b99a commit d0fbae2Copy full SHA for d0fbae2
source/conf.py
@@ -175,13 +175,13 @@
175
# The name of an image file (relative to this directory) to place at the top
176
# of the sidebar.
177
#
178
-html_logo = 'assets/py.png'
+# html_logo = None
179
180
# The name of an image file (relative to this directory) to use as a favicon of
181
# the docs. This file should be a Windows icon file (.ico) being 16x16 or 32x32
182
# pixels large.
183
184
-# html_favicon = None
+html_favicon = 'assets/py.png'
185
186
# Add any paths that contain custom static files (such as style sheets) here,
187
# relative to this directory. They are copied after the builtin static files,
0 commit comments