Skip to content

Commit cab3d09

Browse files
authored
docs: removed logo (#16)
Issue-ref: see #15
1 parent 3e757cd commit cab3d09

File tree

2 files changed

+9
-4
lines changed

2 files changed

+9
-4
lines changed

docs/conf.py

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,8 @@
4242
"css/score.css",
4343
]
4444

45-
html_logo = "_assets/S-CORE_Logo_white.svg"
45+
# html_logo = "_assets/S-CORE_Logo_white_basic.svg"
46+
4647

4748
html_theme_options = {
4849
"external_links": [
@@ -62,6 +63,9 @@
6263
],
6364
"use_edit_page_button": True, # https://pydata-sphinx-theme.readthedocs.io/en/stable/user_guide/source-buttons.html#add-an-edit-button
6465
"collapse_navigation": True,
66+
"logo": {
67+
"text": "Eclipse S-CORE",
68+
},
6569
}
6670

6771
html_context = {

docs/index.rst

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,9 +33,10 @@ SCORE (Eclipse Safe Open Vehicle Core)
3333
<div id="videowrapper">
3434
<div id="fullScreenDiv">
3535
<div id="score-title">
36-
37-
<img id="logo_center_light" class="logo" src="_static/S-CORE_Logo_RGB.svg" width="600px"/>
38-
<img id="logo_center_drk" class="logo" src="_static/S-CORE_Logo_white.svg" width="600px"/>
36+
Eclipse S-CORE
37+
<span id="score-subtitle">Eclipse Safe Open Vehicle Core</span>
38+
<!--<img id="logo_center_light" class="logo" src="_static/S-CORE_Logo_black_basic.svg" width="500px"/>
39+
<img id="logo_center_drk" class="logo" src="_static/S-CORE_Logo_white_basic.svg" width="500px"/>-->
3940
<span id="score-phrase">BUILD THE BEST AUTOMOTIVE RUNTIME SOLUTION ONLY ONCE</span>
4041
</div>
4142
</div>

0 commit comments

Comments
 (0)