From: Nicolas Dandrimont <olasd@debian.org>
Date: Mon, 16 Dec 2024 16:49:29 +0200
Subject: docs: Remove Pylons sphinx theme

Forwarded: not-needed
---
 docs/conf.py | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/docs/conf.py b/docs/conf.py
index a16f302..1517de9 100644
--- a/docs/conf.py
+++ b/docs/conf.py
@@ -113,14 +113,14 @@ pygments_style = "sphinx"
 # -- Options for HTML output -------------------------------------------
 
 # Add and use Pylons theme
-sys.path.append(os.path.abspath("_themes"))
-import pylons_sphinx_themes
+#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_path = pylons_sphinx_themes.get_html_themes_path()
+html_theme = 'alabaster'
 
 
-html_theme_options = {"github_url": "https://github.com/Pylons/plaster"}
+#html_theme_options = {"github_url": "https://github.com/Pylons/plaster"}
 
 # The name for this set of Sphinx documents.  If None, it defaults to
 # "<project> v<release> documentation".
