File: sphinx-change-theme-to-avoid-ftbfs.patch

package info (click to toggle)
onetbb 2022.1.0-1%2Bdeb13u1
  • links: PTS, VCS
  • area: main
  • in suites: trixie
  • size: 15,064 kB
  • sloc: cpp: 125,967; ansic: 9,646; python: 810; xml: 183; objc: 176; makefile: 65; sh: 64; javascript: 37
file content (13 lines) | stat: -rw-r--r-- 317 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
Index: onetbb/doc/conf.py
===================================================================
--- onetbb.orig/doc/conf.py
+++ onetbb/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 = {