Skip to content

Commit a4a5e37

Browse files
committed
doc: fix location of logo & icon for furo theme
Signed-off-by: Xavier Delaruelle <[email protected]>
1 parent 00dd262 commit a4a5e37

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed
File renamed without changes.
File renamed without changes.
File renamed without changes.

doc/source/conf.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -137,19 +137,19 @@ def get_version_release_from_git():
137137
if os_rtd:
138138
html_theme_options = {
139139
'sidebar_hide_name': True,
140-
'light_logo': '../../img/modules_red.svg',
141-
'dark_logo': '../../img/modules_white.svg',
140+
'light_logo': 'modules_red.svg',
141+
'dark_logo': 'modules_white.svg',
142142
}
143143

144144
# The name of an image file (relative to this directory) to place at the top
145145
# of the sidebar.
146146
if not os_rtd:
147-
html_logo = '../img/modules_red.svg'
147+
html_logo = '_static/modules_red.svg'
148148

149149
# The name of an image file (within the static path) to use as favicon of the
150150
# docs. This file should be a Windows icon file (.ico) being 16x16 or 32x32
151151
# pixels large.
152-
html_favicon = '../img/favicon.ico'
152+
html_favicon = '_static/favicon.ico'
153153

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

0 commit comments

Comments
 (0)