Skip to content

Commit f08db57

Browse files
bebarinorobherring
authored andcommitted
conf: Use the svg for html logo
I couldn't get the pdf output to use the svg, but at least we can get the html output to. Signed-off-by: Stephen Boyd <[email protected]> Signed-off-by: Rob Herring <[email protected]>
1 parent accb67b commit f08db57

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ def setup(app):
150150

151151
# The name of an image file (relative to this directory) to place at the top
152152
# of the sidebar.
153-
html_logo = "devicetree-logo.png"
153+
html_logo = "devicetree-logo.svg"
154154

155155
# The name of an image file (relative to this directory) to use as a favicon of
156156
# the docs. This file should be a Windows icon file (.ico) being 16x16 or 32x32

0 commit comments

Comments
 (0)