From 6569d3df6857b70e5fd1d09a8fa3dcc4c0a5e50d Mon Sep 17 00:00:00 2001
From: Volker von Holt <v.von-holt@ostfalia.de>
Date: Sun, 9 Jun 2024 21:24:07 +0000
Subject: [PATCH] Update file conf.py

---
 docs/source/conf.py | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/docs/source/conf.py b/docs/source/conf.py
index 9ab7c62..f4daec3 100644
--- a/docs/source/conf.py
+++ b/docs/source/conf.py
@@ -30,5 +30,7 @@ language = 'german'
 # -- Options for HTML output -------------------------------------------------
 # https://www.sphinx-doc.org/en/master/usage/configuration.html#options-for-html-output
 
-html_theme = 'alabaster'
+# html_theme = 'alabaster'
+html_theme = 'sphinx_rtd_theme' # 'alabaster'
+
 html_static_path = ['_static']
-- 
GitLab