Package: mako / 1.1.3+ds1-2

0001-Use-zzzeeksphinx-sphinx-theme.patch Patch series | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
From: Antonio Valentino <antonio.valentino@tiscali.it>
Date: Fri, 3 Jan 2020 08:32:04 +0000
Subject: Use zzzeeksphinx sphinx theme

Use the zzzeeksphinx theme instead of zsmako that is still
not available in debian.
---
 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 a6e95a8..0f709ef 100644
--- a/doc/build/conf.py
+++ b/doc/build/conf.py
@@ -129,7 +129,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