===================================================================
Gbp-Pq: Name sphinx-change-theme-to-avoid-ftbfs.patch
if BUILD_TYPE == 'oneapi' or BUILD_TYPE == 'dita':
html_theme = 'sphinx_rtd_theme'
else:
- html_theme = 'sphinx_book_theme'
+ html_theme = 'sphinx_rtd_theme'
html_theme_options = {
'repository_url': 'https://github.com/oneapi-src/oneTBB',
'path_to_docs': 'doc/main',
# documentation.
#
-html_theme = 'sphinx_book_theme'
+html_theme = 'sphinx_rtd_theme'
if BUILD_TYPE == 'dita':
html_theme_options = {
if BUILD_TYPE == 'oneapi' or BUILD_TYPE == 'dita':
html_theme = 'sphinx_rtd_theme'
else:
- html_theme = 'sphinx_book_theme'
+ html_theme = 'sphinx_rtd_theme'
html_theme_options = {
'repository_url': 'https://github.com/oneapi-src/oneTBB',
'path_to_docs': 'doc/main',