File: 0001-Use-default-alabaster-theme-for-documentation.patch

package info (click to toggle)
django-memoize 2.0.0%2Bdfsg-1
  • links: PTS
  • area: main
  • in suites: stretch
  • size: 204 kB
  • ctags: 147
  • sloc: python: 640; makefile: 114
file content (37 lines) | stat: -rw-r--r-- 1,200 bytes parent folder | 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
25
26
27
28
29
30
31
32
33
34
35
36
37
From f50ab1570d57fa64e34178afb5fda0f70f74bc86 Mon Sep 17 00:00:00 2001
From: Christopher Hoskin <christopher.hoskin@gmail.com>
Date: Mon, 25 Jul 2016 20:53:36 +0100
Subject: Use default 'alabaster' theme for documentation

---
 docs/conf.py | 11 +++++------
 1 file changed, 5 insertions(+), 6 deletions(-)

diff --git a/docs/conf.py b/docs/conf.py
index 57918f8..088c425 100644
--- a/docs/conf.py
+++ b/docs/conf.py
@@ -99,18 +99,17 @@ exclude_patterns = ['_build']
 
 # The theme to use for HTML and HTML Help pages.  See the documentation for
 # a list of builtin themes.
-html_theme = 'flask_small'
+#
+html_theme = 'alabaster'
 
 # 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
 # documentation.
-html_theme_options = {
-    'index_logo':       'flask-cache.png',
-    'github_fork':      'tvavrys/django-memoize'
-}
+#
+# html_theme_options = {}
 
 # Add any paths that contain custom themes here, relative to this directory.
-html_theme_path = ['_themes']
+# html_theme_path = []
 
 # The name for this set of Sphinx documents.  If None, it defaults to
 # "<project> v<release> documentation".