aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorthmsdt <thomas.kulik@telekom.de>2024-08-14 10:10:22 +0200
committerthmsdt <thomas.kulik@telekom.de>2024-08-14 10:10:44 +0200
commit36b3a7c6415b9407ab0948a7a50b8c6c3433c6e4 (patch)
tree8974bd13b1dfaec30087ffccba72fc953a4fc848
parent48cfbaa6b0e5041bc5d63642c817c7fc4795d64f (diff)
new onap logo
Issue-ID: DOC-826 Change-Id: Ic5fca9deaacaec657bc031904bec7287be4f8702 Signed-off-by: thmsdt <thomas.kulik@telekom.de>
-rw-r--r--docs/_static/logo_onap_2024.pngbin0 -> 11627 bytes
-rw-r--r--docs/conf.py2
2 files changed, 1 insertions, 1 deletions
diff --git a/docs/_static/logo_onap_2024.png b/docs/_static/logo_onap_2024.png
new file mode 100644
index 00000000..55d307fc
--- /dev/null
+++ b/docs/_static/logo_onap_2024.png
Binary files differ
diff --git a/docs/conf.py b/docs/conf.py
index 70937d74..e46c839d 100644
--- a/docs/conf.py
+++ b/docs/conf.py
@@ -11,7 +11,7 @@ html_theme = "sphinx_rtd_theme"
html_theme_options = {
"style_nav_header_background": "white",
"sticky_navigation": "False" }
-html_logo = "_static/logo_onap_2017.png"
+html_logo = "_static/logo_onap_2024.png"
html_favicon = "_static/favicon.ico"
html_static_path = ["_static"]
html_show_sphinx = False