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

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

diff --git a/docs/conf.py b/docs/conf.py
index 7f6c8c71bae..2d7b24f589c 100644
--- a/docs/conf.py
+++ b/docs/conf.py
@@ -1,3 +1,5 @@
+import sphinx_rtd_theme
+
 html_theme = 'sphinx_rtd_theme'
 html_static_path = ['_static']
 html_logo = "img/openBIS.png"
-- 
GitLab