Description: Remove Pylons sphinx theme
Author: Nicolas Dandrimont <olasd@debian.org>
Forwarded: not-needed

--- python-plaster-1.0.orig/docs/conf.py
+++ python-plaster-1.0/docs/conf.py
@@ -116,15 +116,17 @@ pygments_style = 'sphinx'
 # -- Options for HTML output -------------------------------------------
 
 # Add and use Pylons theme
-sys.path.append(os.path.abspath('_themes'))
-import pylons_sphinx_themes
-html_theme_path = pylons_sphinx_themes.get_html_themes_path()
-html_theme = 'pylons'
+#sys.path.append(os.path.abspath('_themes'))
+#import pylons_sphinx_themes
+#html_theme_path = pylons_sphinx_themes.get_html_themes_path()
+#html_theme = 'pylons'
 
 
-html_theme_options = {
-    'github_url': 'https://github.com/Pylons/pyramid_jinja2'
-}
+#html_theme_options = {
+#    'github_url': 'https://github.com/Pylons/pyramid_jinja2'
+#}
+
+html_theme = 'alabaster'
 
 # The name for this set of Sphinx documents.  If None, it defaults to
 # "<project> v<release> documentation".
