From: Christopher Hoskin <mans0954@debian.org>
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".
