Skip to content

Commit

Permalink
Update conf.py (#810)
Browse files Browse the repository at this point in the history
  • Loading branch information
aepanchi authored Mar 18, 2022
1 parent 2c4f282 commit 0a0a592
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions doc/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -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': '<p align="right"><a href="https://www.intel.com/content/www/us/en/privacy/intel-cookie-notice.html">Cookies</a></p>'
}
}



Expand Down

0 comments on commit 0a0a592

Please sign in to comment.