From a9d98815eef53849bcebf1d60c3a12785fb3a2b8 Mon Sep 17 00:00:00 2001 From: Alexandra Date: Thu, 12 Sep 2024 17:32:07 +0200 Subject: [PATCH] Update conf.py (#1511) --- doc/conf.py | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) 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": "
Cookies | Privacy | Do Not Share My Personal Information
© 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"]="
Cookies | Privacy | Do Not Share My Personal Information
© 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'