From 9fea551430031cf08e2522f26e63285b4f04ff85 Mon Sep 17 00:00:00 2001 From: FScholPer Date: Mon, 17 Feb 2025 12:31:12 +0100 Subject: [PATCH 1/2] docs: removed logo -removed logo Issue-ref: see #15 --- docs/conf.py | 6 +++++- docs/index.rst | 7 ++++--- 2 files changed, 9 insertions(+), 4 deletions(-) diff --git a/docs/conf.py b/docs/conf.py index 2d261ab..2d39cad 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -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": [ @@ -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 SCORE", + }, } html_context = { diff --git a/docs/index.rst b/docs/index.rst index 1f9db61..bf9c608 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -33,9 +33,10 @@ SCORE (Eclipse Safe Open Vehicle Core)
- - - + Eclipse SCORE + Eclipse Safe Open Vehicle Core + BUILD THE BEST AUTOMOTIVE RUNTIME SOLUTION ONLY ONCE
From d1afe1a80c7c1ad48336706fea8188a29c78fdbc Mon Sep 17 00:00:00 2001 From: FScholPer Date: Mon, 17 Feb 2025 12:58:31 +0100 Subject: [PATCH 2/2] docs: removed logo -changed to s-core Issue-ref: see #15 --- docs/conf.py | 2 +- docs/index.rst | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/conf.py b/docs/conf.py index 2d39cad..b42404c 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -64,7 +64,7 @@ "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 SCORE", + "text": "Eclipse S-CORE", }, } diff --git a/docs/index.rst b/docs/index.rst index bf9c608..1d67091 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -33,7 +33,7 @@ SCORE (Eclipse Safe Open Vehicle Core)
- Eclipse SCORE + Eclipse S-CORE Eclipse Safe Open Vehicle Core