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".
|