File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Expand file tree Collapse file tree 4 files changed +4
-4
lines changed File renamed without changes.
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change @@ -137,19 +137,19 @@ def get_version_release_from_git():
137137if 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.
146146if 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,
You can’t perform that action at this time.
0 commit comments