File tree 3 files changed +3
-5
lines changed
3 files changed +3
-5
lines changed Original file line number Diff line number Diff line change 137
137
< a href ="{{ pathto(master_doc) }} ">
138
138
{%- else %}
139
139
< a href ="{{ pathto(master_doc) }} " class ="icon icon-home "> {{ project }}
140
+ < img src ="_static/logo.png " class ="logo " alt ="Logo ">
140
141
{%- endif %}
141
142
142
143
{%- if logo %}
143
144
{#- Not strictly valid HTML, but it's the only way to display/scale
144
145
it properly, without weird scripting or heaps of work
145
146
#}
146
147
{%- if sphinx_version_info < (4, 0) -%}
147
- < img src ="{{ pathto('_static/' + logo, 1) }} " class ="logo " alt ="{{ _('Logo') }} "/>
148
+ <!-- < img src="{{ pathto('_static/' + logo, 1) }}" class="logo" alt="{{ _('Logo') }}"/> -- >
148
149
{%- else %}
149
- < img src ="{{ logo_url }} " class ="logo " alt ="{{ _('Logo') }} "/>
150
+ <!-- < img src="{{ logo_url }}" class="logo" alt="{{ _('Logo') }}"/> -- >
150
151
{%- endif %}
151
152
{%- endif %}
152
153
</ a >
Original file line number Diff line number Diff line change @@ -12,7 +12,6 @@ sticky_navigation = True
12
12
navigation_depth = 4
13
13
includehidden = True
14
14
titles_only =
15
- logo = _images/logo.png
16
15
logo_only = False
17
16
display_version = True
18
17
prev_next_buttons_location = bottom
Original file line number Diff line number Diff line change 101
101
'canonical_url' : '' ,
102
102
'analytics_id' : '' ,
103
103
'logo_only' : False ,
104
- 'logo' : "_images/logo.png" ,
105
104
'display_version' : True ,
106
105
'prev_next_buttons_location' : 'None' ,
107
106
'style_nav_header_background' : 'blue' ,
115
114
116
115
html_theme = 'sphinx_rtd_theme'
117
116
html_logo = "_images/logo.png"
118
- logo = "_images/logo.png"
119
117
# Add any paths that contain custom static files (such as style sheets) here,
120
118
# relative to this directory. They are copied after the builtin static files,
121
119
# so a file named "default.css" will overwrite the builtin "default.css".
You can’t perform that action at this time.
0 commit comments