From 0de552c09cde53b802cca487fa4c45821aec883f Mon Sep 17 00:00:00 2001 From: Ester Milesi <158554440+emilesi@users.noreply.github.com> Date: Thu, 3 Oct 2024 13:00:40 +0000 Subject: [PATCH] :memo: correct theme in conf.py --- conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf.py b/conf.py index 887eff3..5a8e0a2 100644 --- a/conf.py +++ b/conf.py @@ -77,7 +77,7 @@ # html_title = "" #OLD THEME html_theme = "sphinx_book_theme" #NEW THEME -html_theme = 'press' +html_theme = 'sphinx_press_theme' # html_theme = "sphinx_book_theme" # alternative # html_logo = "_static/logo-wide.svg" # html_favicon = "_static/logo-square.svg"