From: Debian Science Maintainers Date: Thu, 2 Jan 2025 01:29:54 +0000 (-0500) Subject: sphinx-change-theme-to-avoid-ftbfs X-Git-Tag: archive/raspbian/2022.0.0-1+rpi1^2~3 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=262e44443fd51333cc9278e4757eeff764b417b0;p=onetbb.git sphinx-change-theme-to-avoid-ftbfs =================================================================== Gbp-Pq: Name sphinx-change-theme-to-avoid-ftbfs.patch --- diff --git a/doc/GSG/conf.py b/doc/GSG/conf.py index e45812d..b7dc32d 100644 --- a/doc/GSG/conf.py +++ b/doc/GSG/conf.py @@ -127,7 +127,7 @@ else: 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', diff --git a/doc/conf.py b/doc/conf.py index 00dfed0..989bbe2 100644 --- a/doc/conf.py +++ b/doc/conf.py @@ -122,7 +122,7 @@ else: # documentation. # -html_theme = 'sphinx_book_theme' +html_theme = 'sphinx_rtd_theme' if BUILD_TYPE == 'dita': html_theme_options = { diff --git a/doc/main/conf.py b/doc/main/conf.py index 6c81f8c..1b42c5d 100644 --- a/doc/main/conf.py +++ b/doc/main/conf.py @@ -123,7 +123,7 @@ else: 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',