From 262e44443fd51333cc9278e4757eeff764b417b0 Mon Sep 17 00:00:00 2001 From: Debian Science Maintainers Date: Wed, 1 Jan 2025 20:29:54 -0500 Subject: [PATCH] sphinx-change-theme-to-avoid-ftbfs =================================================================== Gbp-Pq: Name sphinx-change-theme-to-avoid-ftbfs.patch --- doc/GSG/conf.py | 2 +- doc/conf.py | 2 +- doc/main/conf.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) 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', -- 2.30.2