From 4c69ac8642f46328dbd5cb5f116be4fafcdaa3d1 Mon Sep 17 00:00:00 2001 From: Marco Del Tufo <marco.deltufo@exact-lab.it> Date: Tue, 19 Sep 2023 13:51:56 +0000 Subject: [PATCH] Update conf.py --- docs/conf.py | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/docs/conf.py b/docs/conf.py index 6b2ad7f1bdc..bebcec74007 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -1,7 +1,6 @@ #import sphinx_rtd_theme - -#html_theme = 'sphinx_rtd_theme' -html_theme = 'default' +html_theme = "sphinx_rtd_theme" +#html_theme = 'default' html_static_path = ['_static'] html_logo = "img/openBIS.png" html_theme_options = { -- GitLab