We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9e1d6be commit 9209727Copy full SHA for 9209727
docs/conf.py
@@ -101,7 +101,7 @@
101
'canonical_url': '',
102
'analytics_id': '',
103
'logo_only': False,
104
- 'logo': "_images/logo.png",
+ 'logo': "logo.png",
105
'display_version': True,
106
'prev_next_buttons_location': 'None',
107
'style_nav_header_background': 'blue',
@@ -115,7 +115,7 @@
115
116
html_theme = 'sphinx_rtd_theme'
117
html_logo = "_images/logo.png"
118
-logo = "_images/logo.png"
+logo = "logo.png"
119
# Add any paths that contain custom static files (such as style sheets) here,
120
# relative to this directory. They are copied after the builtin static files,
121
# so a file named "default.css" will overwrite the builtin "default.css".
0 commit comments