From 4eb643cb24b86b04243dd75cf907ee5d8b646165 Mon Sep 17 00:00:00 2001
From: Marco Del Tufo <marco.deltufo@exact-lab.it>
Date: Tue, 19 Sep 2023 13:42:23 +0000
Subject: [PATCH] Update conf.py

---
 docs/conf.py | 1 +
 1 file changed, 1 insertion(+)

diff --git a/docs/conf.py b/docs/conf.py
index 2d7b24f589c..94af31818f7 100644
--- a/docs/conf.py
+++ b/docs/conf.py
@@ -1,6 +1,7 @@
 import sphinx_rtd_theme
 
 html_theme = 'sphinx_rtd_theme'
+#html_theme = 'default'
 html_static_path = ['_static']
 html_logo = "img/openBIS.png"
 html_theme_options = {
-- 
GitLab