summaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorthmsdt <thomas.kulik@telekom.de>2024-08-12 14:01:03 +0200
committerthmsdt <thomas.kulik@telekom.de>2024-08-12 14:01:36 +0200
commitb985ab932bd90edcd514387c814c135276970391 (patch)
treea3ae97d7aef504504dea564a35a44874260b0fbd /docs
parent93b7cc0d79c69019b73c37ca27fca1382d3ca822 (diff)
logo updateHEADmaster
Issue-ID: DOC-826 Change-Id: I8fe775a3b3444994b329e6914a9e7b215bb7c6d5 Signed-off-by: thmsdt <thomas.kulik@telekom.de>
Diffstat (limited to 'docs')
-rw-r--r--docs/_static/logo_onap_2024.pngbin0 -> 11627 bytes
-rw-r--r--docs/conf.py6
-rw-r--r--docs/requirements-docs.txt3
3 files changed, 7 insertions, 2 deletions
diff --git a/docs/_static/logo_onap_2024.png b/docs/_static/logo_onap_2024.png
new file mode 100644
index 0000000..55d307f
--- /dev/null
+++ b/docs/_static/logo_onap_2024.png
Binary files differ
diff --git a/docs/conf.py b/docs/conf.py
index 8cdff9b..d5ca377 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
@@ -20,9 +20,11 @@ extensions = [
'sphinx.ext.intersphinx',
'sphinx.ext.graphviz',
'sphinxcontrib.blockdiag',
+ 'sphinxcontrib.plantuml',
'sphinxcontrib.seqdiag',
+ 'sphinxcontrib.spelling' ,
'sphinxcontrib.swaggerdoc',
- 'sphinxcontrib.plantuml'
+ 'sphinx_toolbox.collapse'
]
#
diff --git a/docs/requirements-docs.txt b/docs/requirements-docs.txt
index 097282b..5d3ccef 100644
--- a/docs/requirements-docs.txt
+++ b/docs/requirements-docs.txt
@@ -5,4 +5,7 @@ sphinxcontrib-seqdiag # BSD
sphinxcontrib-swaggerdoc
sphinxcontrib-spelling
sphinxcontrib-plantuml
+sphinx_toolbox
+autopep8
+pylint
six