diff options
author | thmsdt <thomas.kulik@telekom.de> | 2024-08-14 10:35:12 +0200 |
---|---|---|
committer | thmsdt <thomas.kulik@telekom.de> | 2024-08-14 10:35:32 +0200 |
commit | 695eeff9aeb7d58682d8690ffe1bbbe41ce2c555 (patch) | |
tree | 8ab50807dd18aece6ac1500933d619b887c81302 | |
parent | 56058008c4217aa4cc945aaf4578d441bb0743e1 (diff) |
new onap logo
Issue-ID: DOC-826
Change-Id: I43271935ce3ed49a7891884d3af2c46bb5126d39
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 0000000..55d307f --- /dev/null +++ b/docs/_static/logo_onap_2024.png diff --git a/docs/conf.py b/docs/conf.py index 8cdff9b..e0df9e1 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 |