diff options
author | thmsdt <thomas.kulik@telekom.de> | 2024-08-14 10:38:45 +0200 |
---|---|---|
committer | thmsdt <thomas.kulik@telekom.de> | 2024-08-14 10:39:02 +0200 |
commit | 0a3bd3cb8aa92daddbc135b149631f5542c77c21 (patch) | |
tree | c6cc243a3f25c899155fd9045773621af12e5833 /docs | |
parent | 3ded862258ce7f807ccf770fd4568e8020536610 (diff) |
new onap logo
Issue-ID: DOC-826
Change-Id: I65d56d2596d13be7c0399ca506d26c00c77fd112
Signed-off-by: thmsdt <thomas.kulik@telekom.de>
Diffstat (limited to 'docs')
-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 70937d7..e46c839 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 |