From d2b1f9f91301294b70f2955e1fc0df5b747fb641 Mon Sep 17 00:00:00 2001 From: "Rodney, Tiara" Date: Sat, 29 Mar 2025 20:13:35 +0100 Subject: [PATCH] chore(src): reinit theme configuration - remove theme inheritance - remove redundant theme options --- src/sphinx_theme_ref/theme.toml | 12 +----------- 1 file changed, 1 insertion(+), 11 deletions(-) diff --git a/src/sphinx_theme_ref/theme.toml b/src/sphinx_theme_ref/theme.toml index 90f1945..79a8d3a 100644 --- a/src/sphinx_theme_ref/theme.toml +++ b/src/sphinx_theme_ref/theme.toml @@ -1,5 +1,5 @@ [theme] -inherit = "basic" +inherit = "none" stylesheets = [ "assets/style/theme.css", ] @@ -9,16 +9,6 @@ sidebars = [ "sourcelink.html", "searchbox.html", ] -# Style names from https://pygments.org/styles/ pygments_style = { default = "style_name", dark = "dark_style" } [options] -nosidebar = false -sidebarwidth = 230 -body_min_width = 360 -body_max_width = 800 -navigation_with_keys = False -enable_search_shortcuts = True -globaltoc_collapse = true -globaltoc_includehidden = false -globaltoc_maxdepth =