chore(src): reinit theme configuration

- remove theme inheritance
- remove redundant theme options
This commit is contained in:
Rodney, Tiara 2025-03-29 20:13:35 +01:00
parent 6df0264776
commit d2b1f9f913
Signed by: tiara
GPG key ID: 5CD8EC1D46106723

View file

@ -1,5 +1,5 @@
[theme] [theme]
inherit = "basic" inherit = "none"
stylesheets = [ stylesheets = [
"assets/style/theme.css", "assets/style/theme.css",
] ]
@ -9,16 +9,6 @@ sidebars = [
"sourcelink.html", "sourcelink.html",
"searchbox.html", "searchbox.html",
] ]
# Style names from https://pygments.org/styles/
pygments_style = { default = "style_name", dark = "dark_style" } pygments_style = { default = "style_name", dark = "dark_style" }
[options] [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 =