Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 5 additions & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,8 @@
"css/score.css",
]

html_logo = "_assets/S-CORE_Logo_white.svg"
# html_logo = "_assets/S-CORE_Logo_white_basic.svg"


html_theme_options = {
"external_links": [
Expand All @@ -62,6 +63,9 @@
],
"use_edit_page_button": True, # https://pydata-sphinx-theme.readthedocs.io/en/stable/user_guide/source-buttons.html#add-an-edit-button
"collapse_navigation": True,
"logo": {
"text": "Eclipse S-CORE",
},
}

html_context = {
Expand Down
7 changes: 4 additions & 3 deletions docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,10 @@ SCORE (Eclipse Safe Open Vehicle Core)
<div id="videowrapper">
<div id="fullScreenDiv">
<div id="score-title">

<img id="logo_center_light" class="logo" src="_static/S-CORE_Logo_RGB.svg" width="600px"/>
<img id="logo_center_drk" class="logo" src="_static/S-CORE_Logo_white.svg" width="600px"/>
Eclipse S-CORE
<span id="score-subtitle">Eclipse Safe Open Vehicle Core</span>
<!--<img id="logo_center_light" class="logo" src="_static/S-CORE_Logo_black_basic.svg" width="500px"/>
<img id="logo_center_drk" class="logo" src="_static/S-CORE_Logo_white_basic.svg" width="500px"/>-->
<span id="score-phrase">BUILD THE BEST AUTOMOTIVE RUNTIME SOLUTION ONLY ONCE</span>
</div>
</div>
Expand Down