Skip to content

Commit d07d915

Browse files
committed
Added wiki logo and favicon support.
1 parent 59189b1 commit d07d915

4 files changed

Lines changed: 2 additions & 2 deletions

File tree

addons/source-python/docs/source-python/source/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -140,12 +140,12 @@
140140

141141
# The name of an image file (relative to this directory) to place at the top
142142
# of the sidebar.
143-
#html_logo = None
143+
html_logo = 'images/sp_wiki_banner.png'
144144

145145
# The name of an image file (within the static path) to use as favicon of the
146146
# docs. This file should be a Windows icon file (.ico) being 16x16 or 32x32
147147
# pixels large.
148-
#html_favicon = None
148+
html_favicon = 'images/sp_wiki_favicon.png'
149149

150150
# Add any paths that contain custom static files (such as style sheets) here,
151151
# relative to this directory. They are copied after the builtin static files,
30.8 KB
Loading
19.1 KB
Loading
26.7 KB
Loading

0 commit comments

Comments
 (0)