From ddfa092091e9dca4f61b3320968da10ea4a05034 Mon Sep 17 00:00:00 2001 From: crocsg Date: Sun, 8 Oct 2023 18:27:12 +0200 Subject: [PATCH] update to classic theme --- docs/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/conf.py b/docs/conf.py index c460d12..ec299bb 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -107,7 +107,7 @@ pygments_style = 'sphinx' # -- Options for HTML output ------------------------------------------------- # Maps git branches to Sphinx themes -default_html_theme = 'sphinx_rtd_theme' +default_html_theme = 'classic' branch_to_theme_mapping = { # 3rd party themes 'master': default_html_theme,