Skip to content

Commit 3ce4f7e

Browse files
committed
fix icon path.
1 parent 45b826a commit 3ce4f7e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

website/www/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@
121121
# The name of an image file (within the static path) to use as favicon of the
122122
# docs. This file should be a Windows icon file (.ico) being 16x16 or 32x32
123123
# pixels large.
124-
html_favicon = 'favicon.ico'
124+
html_favicon = '_static/favicon.ico'
125125

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

0 commit comments

Comments
 (0)