From 605410714783c3d88dae8d14568480c3d32d170c Mon Sep 17 00:00:00 2001
From: Valerio Formato <valerio.formato@cern.ch>
Date: Mon, 3 Jul 2023 16:28:39 +0200
Subject: [PATCH] Set a custom theme for self-deploying

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

diff --git a/docs/source/conf.py b/docs/source/conf.py
index bfafc10..c161dbf 100644
--- a/docs/source/conf.py
+++ b/docs/source/conf.py
@@ -30,7 +30,8 @@ templates_path = ['_templates']
 
 # -- Options for HTML output
 
-html_theme = 'sphinx_rtd_theme'
+# html_theme = 'sphinx_book_theme'
+html_theme = 'classic'
 
 # -- Options for EPUB output
 epub_show_urls = 'footnote'
@@ -41,4 +42,4 @@ html_theme_options = {
       {"name": "link-one-name", "url": "https://<link-one>"},
       {"name": "link-two-name", "url": "https://<link-two>"}
   ]
-}
\ No newline at end of file
+}
-- 
GitLab