diff options
-rw-r--r-- | docs/_static/logo_onap_2024.png | bin | 0 -> 11627 bytes | |||
-rw-r--r-- | docs/conf.py | 2 | ||||
-rwxr-xr-x | pom.xml | 2 |
3 files changed, 2 insertions, 2 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 ad186323..3d005ec3 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 @@ -27,7 +27,7 @@ <!-- All Version definition is placed in org.onap.ccsdk.parent/odlparent-lite --> <ccsdk.oran.a1adapter.version>1.6.0</ccsdk.oran.a1adapter.version> <sdnc.northbound.version>2.6.0</sdnc.northbound.version> <!-- Used by installation/sdnc --> - <ccsdk.distribution.version>1.6.2-SNAPSHOT</ccsdk.distribution.version> + <ccsdk.distribution.version>1.6.2</ccsdk.distribution.version> <ccsdk.sli.version>1.7.1</ccsdk.sli.version> <ccsdk.features.version>1.7.0-SNAPSHOT</ccsdk.features.version> <ccsdk.sli.northbound.version>${ccsdk.sli.version}</ccsdk.sli.northbound.version> |