File: update_doc_style.patch

package info (click to toggle)
pyalsaaudio 0.8.4-1.1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye
  • size: 1,392 kB
  • sloc: ansic: 2,058; python: 467; makefile: 79
file content (16 lines) | stat: -rw-r--r-- 607 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
Description: switch doc to default sphinx theme
Author: Paul Brossier <piem@debian.org>
Last-Update: 2018-09-21

--- pyalsaaudio-0.8.4.orig/doc/conf.py
+++ pyalsaaudio-0.8.4/doc/conf.py
@@ -86,7 +86,8 @@ pygments_style = 'sphinx'
 # The style sheet to use for HTML and HTML Help pages. A file of that name
 # must exist either in Sphinx' static/ path, or in one of the custom paths
 # given in html_static_path.
-html_style = 'default.css'
+#html_style = 'default.css'
+html_theme = 'classic'
 
 # The name for this set of Sphinx documents.  If None, it defaults to
 # "<project> v<release> documentation".