Mark sidebar toc entry corresponding to current hash

Also scroll it to the top on initial page load
This commit is contained in:
Kovid Goyal
2021-07-21 14:41:01 +05:30
parent 9b8085220f
commit 5027bc743b
3 changed files with 50 additions and 0 deletions

View File

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