From f95d1e2575c8c59ce09666072cf8fc342ad6ed5b Mon Sep 17 00:00:00 2001 From: PhilipPartsch <95444300+PhilipPartsch@users.noreply.github.com> Date: Mon, 25 Nov 2024 21:16:25 +0100 Subject: [PATCH] switch back to rtd theme --- docs/conf.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/conf.py b/docs/conf.py index 00536f1..ab2e409 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -101,8 +101,8 @@ # -- Options for HTML output -#html_theme = 'sphinx_rtd_theme' -html_theme = 'sphinx_immaterial' +html_theme = 'sphinx_rtd_theme' +#html_theme = 'sphinx_immaterial' #html_theme = 'alabaster' # Sphinx Defaul Theme # If we do perform a PDF build, we have to switch to alabaster