diff --git a/docs/conf.py b/docs/conf.py
index 2d7b24f589ca6bdda7798f06879d2270c9ee7f28..94af31818f7ad73d9c4eaf42edd8722794425735 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 = {