mirror of
https://github.com/kovidgoyal/kitty
synced 2026-07-24 17:27:39 +02:00
Mark sidebar toc entry corresponding to current hash
Also scroll it to the top on initial page load
This commit is contained in:
@@ -131,6 +131,7 @@ html_theme_options: Dict[str, Any] = {
|
||||
html_static_path = ['_static']
|
||||
html_favicon = html_logo = '../logo/kitty.svg'
|
||||
html_css_files = ['custom.css']
|
||||
html_js_files = ['custom.js']
|
||||
|
||||
# Custom sidebar templates, must be a dictionary that maps document names
|
||||
# to template names.
|
||||
|
||||
Reference in New Issue
Block a user