diff options
author | thmsdt <thomas.kulik@telekom.de> | 2024-08-14 10:40:23 +0200 |
---|---|---|
committer | thmsdt <thomas.kulik@telekom.de> | 2024-08-14 10:40:59 +0200 |
commit | 35d38716bfb367497f563bc4081109f6053c43af (patch) | |
tree | 5be08b4e1b7ff927a839101aa38ffcebb9f7d4c9 | |
parent | ef38096718016a9a64d5bff4ed60dd43b5c4cd77 (diff) |
new onap logo
Issue-ID: DOC-826
Change-Id: I26dff47bc1685a571fea43437d0b426c045d55fc
Signed-off-by: thmsdt <thomas.kulik@telekom.de>
-rw-r--r-- | docs/_static/logo_onap_2024.png | bin | 0 -> 11627 bytes | |||
-rw-r--r-- | docs/conf.py | 2 |
2 files changed, 1 insertions, 1 deletions
diff --git a/docs/_static/logo_onap_2024.png b/docs/_static/logo_onap_2024.png Binary files differnew file mode 100644 index 00000000..55d307fc --- /dev/null +++ b/docs/_static/logo_onap_2024.png diff --git a/docs/conf.py b/docs/conf.py index 8e46a804..c6a92cef 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 |