Retry mechanism (with back off algorithm) is removed with more frequent watchdog...
[cps.git] / docs / conf.py
index 5185b61..5d7a799 100755 (executable)
@@ -31,14 +31,15 @@ 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
 
 extensions = [
     'sphinx.ext.intersphinx','sphinxcontrib.blockdiag',
-    'sphinxcontrib.seqdiag', 'sphinxcontrib.swaggerdoc', 'sphinx.ext.graphviz']
+    'sphinxcontrib.seqdiag', 'sphinxcontrib.swaggerdoc', 'sphinx.ext.graphviz',
+    'sphinxcontrib.spelling']
 
 #
 # Map to 'latest' if this file is used in 'latest' (master) 'doc' branch.