sphinx-change-theme-to-avoid-ftbfs
authorDebian Science Maintainers <debian-science-maintainers@lists.alioth.debian.org>
Sat, 22 Feb 2025 18:51:55 +0000 (13:51 -0500)
committerMo Zhou <lumin@debian.org>
Sat, 22 Feb 2025 18:51:55 +0000 (13:51 -0500)
===================================================================

Gbp-Pq: Name sphinx-change-theme-to-avoid-ftbfs.patch

doc/GSG/conf.py
doc/conf.py
doc/main/conf.py

index e45812d1a006a80f921714a26b15336b88063dbe..b7dc32d8a58104cdac0b9bc455cd8b28663c5540 100644 (file)
@@ -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',
index 00dfed0e7f632cee1fb868d31ac1cfcc86a3c55d..989bbe2f9229d0cae3f6f90332f11ff5b9331d52 100644 (file)
@@ -122,7 +122,7 @@ else:
 # documentation.
 #
 
-html_theme = 'sphinx_book_theme'
+html_theme = 'sphinx_rtd_theme'
 
 if BUILD_TYPE == 'dita':
     html_theme_options = {
index 6c81f8ce033913a70398589c5cfbad24c883623c..1b42c5d4699c4e4ce63ccb47e26cc58a1a954e46 100644 (file)
@@ -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',