File tree 2 files changed +7
-6
lines changed
2 files changed +7
-6
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
+ < img src ="{{ logo_url }} " class ="logo " alt ="Logo ">
141
142
{%- endif %}
142
143
143
144
{%- if logo %}
144
145
{#- Not strictly valid HTML, but it's the only way to display/scale
145
146
it properly, without weird scripting or heaps of work
146
147
#}
147
- {%- if sphinx_version_info < (4, 0) -%}
148
- <!-- < img src="{{ pathto('_static/' + logo, 1) }}" class="logo" alt="{{ _('Logo') }}"/> -- >
148
+ <!-- {%- if sphinx_version_info < (4, 0) -%}
149
+ <img src="{{ pathto('_static/' + logo, 1) }}" class="logo" alt="{{ _('Logo') }}"/>
149
150
{%- else %}
150
- <!-- < img src="{{ logo_url }}" class="logo" alt="{{ _('Logo') }}"/> -- >
151
- {%- endif %}
151
+ <img src="{{ logo_url }}" class="logo" alt="{{ _('Logo') }}"/>
152
+ {%- endif %} -->
152
153
{%- endif %}
153
154
</ a >
154
155
Original file line number Diff line number Diff line change 113
113
html_theme_path = ['_themes' ]
114
114
115
115
html_theme = 'sphinx_rtd_theme'
116
- html_logo = "_images/logo.png"
116
+ html_logo = "https://raw.githubusercontent.com/aerostack2/aerostack2.github.io/main/docs/ _images/logo.png"
117
117
# Add any paths that contain custom static files (such as style sheets) here,
118
118
# relative to this directory. They are copied after the builtin static files,
119
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