From dae1b0e7a8cbdb9529572596291c6843404fb4b4 Mon Sep 17 00:00:00 2001 From: robin-cls <74916839+robin-cls@users.noreply.github.com> Date: Tue, 4 Jun 2024 09:14:38 +0200 Subject: [PATCH] Update conf.py --- docs/conf.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/conf.py b/docs/conf.py index 0924e5d..72e2111 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -61,6 +61,6 @@ # -- Options for HTML output ------------------------------------------------- # https://www.sphinx-doc.org/en/master/usage/configuration.html#options-for-html-output -#html_theme = 'sphinx_rtd_theme' -html_theme = 'alabaster' +html_theme = 'sphinx_rtd_theme' +#html_theme = 'alabaster' html_static_path = ['_static']