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
No known key found for this signature in database
GPG key ID: 5CD8EC1D46106723

View file

@ -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 =