diff --git a/doc/conf.py b/doc/conf.py
index a0ef593b9b..00dfed0e7f 100644
--- a/doc/conf.py
+++ b/doc/conf.py
@@ -140,9 +140,7 @@
}
if BUILD_TYPE != 'oneapi' and BUILD_TYPE != 'dita':
- html_theme_options = {
- "extra_footer": "
© Intel Corporation. Intel, the Intel logo, and other Intel marks are trademarks of Intel Corporation or its subsidiaries. Other names and brands may be claimed as the property of others. No license (express or implied, by estoppel or otherwise) to any intellectual property rights is granted by this document, with the sole exception that code included in this document is licensed subject to the Zero-Clause BSD open source license (OBSD),
http://opensource.org/licenses/0BSD.
oneTBB is licensed under Apache License Version 2.0. Refer to the
LICENSE file for the full license text and copyright notice.
"
- }
+ html_theme_options["extra_footer"]="© Intel Corporation. Intel, the Intel logo, and other Intel marks are trademarks of Intel Corporation or its subsidiaries. Other names and brands may be claimed as the property of others. No license (express or implied, by estoppel or otherwise) to any intellectual property rights is granted by this document, with the sole exception that code included in this document is licensed subject to the Zero-Clause BSD open source license (OBSD),
http://opensource.org/licenses/0BSD.
oneTBB is licensed under Apache License Version 2.0. Refer to the
LICENSE file for the full license text and copyright notice.
"
# Add any paths that contain custom static files (such as style sheets) here,
@@ -159,11 +157,7 @@
else:
html_js_files = ['custom.js']
-html_theme_options = {
- "logo": {
- "text": "oneTBB Documentation",
- }
-}
+html_theme_options["logo"] = {"text": "oneTBB Documentation"}
html_logo = '_static/oneAPI-rgb-rev-100.png'
html_favicon = '_static/favicons.png'