Description: Use default theme since flask_small is not included
Author: Sebastian Ramacher <sramacher@debian.org>
Forwarded: not-needed

--- a/docs/conf.py
+++ b/docs/conf.py
@@ -93,14 +93,14 @@
 
 # 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 = 'flask_small'
 
 # 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-autoindex.png',
-    'github_fork': 'sublee/flask-autoindex'
+#    'index_logo': 'flask-autoindex.png',
+#    'github_fork': 'sublee/flask-autoindex'
 }
 
 # Add any paths that contain custom themes here, relative to this directory.
