File: docs-Use-zzzeeksphinx-sphinx-theme.patch

package info (click to toggle)
mako 1.3.9-1
  • links: PTS, VCS
  • area: main
  • in suites: trixie
  • size: 1,436 kB
  • sloc: python: 12,482; makefile: 129; sh: 17
file content (26 lines) | stat: -rw-r--r-- 835 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
From: Antonio Valentino <antonio.valentino@tiscali.it>
Date: Fri, 3 Jan 2020 08:32:04 +0000
Subject: docs: Use zzzeeksphinx sphinx theme

Use the zzzeeksphinx theme instead of zsmako that is still not available
in Debian.

Forwarded: not-needed
---
 doc/build/conf.py | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/doc/build/conf.py b/doc/build/conf.py
index 247f2e1..fcc4f5d 100644
--- a/doc/build/conf.py
+++ b/doc/build/conf.py
@@ -128,7 +128,8 @@ pygments_style = "sphinx"
 
 # The theme to use for HTML and HTML Help pages.  See the documentation for
 # a list of builtin themes.
-html_theme = "zsmako"
+# html_theme = "zsmako"
+html_theme = "zzzeeksphinx"
 
 # Theme options are theme-specific and customize the look and feel of a theme
 # further.  For a list of options available for each theme, see the