diff --git a/doc/conf.py b/doc/conf.py index e57262c23b..a9714d6d4c 100644 --- a/doc/conf.py +++ b/doc/conf.py @@ -120,18 +120,16 @@ # further. For a list of options available for each theme, see the # documentation. # -if BUILD_TYPE == 'oneapi' or BUILD_TYPE == 'dita': - html_theme = 'sphinx_rtd_theme' -else: - html_theme = 'sphinx_book_theme' - html_theme_options = { + +html_theme = 'sphinx_book_theme' +html_theme_options = { 'repository_url': 'https://github.com/oneapi-src/oneTBB', 'path_to_docs': 'doc/main', 'use_issues_button': True, 'use_edit_page_button': True, 'repository_branch': 'master', 'extra_footer': '
' - } +}