Skip to content

Commit 9209727

Browse files
committed
try to fix logo
1 parent 9e1d6be commit 9209727

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/conf.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@
101101
'canonical_url': '',
102102
'analytics_id': '',
103103
'logo_only': False,
104-
'logo': "_images/logo.png",
104+
'logo': "logo.png",
105105
'display_version': True,
106106
'prev_next_buttons_location': 'None',
107107
'style_nav_header_background': 'blue',
@@ -115,7 +115,7 @@
115115

116116
html_theme = 'sphinx_rtd_theme'
117117
html_logo = "_images/logo.png"
118-
logo = "_images/logo.png"
118+
logo = "logo.png"
119119
# Add any paths that contain custom static files (such as style sheets) here,
120120
# relative to this directory. They are copied after the builtin static files,
121121
# so a file named "default.css" will overwrite the builtin "default.css".

0 commit comments

Comments
 (0)