docs - enable scroll to top widget

This commit is contained in:
Cody Glassman 2025-06-17 18:01:49 -07:00
parent d81c666a2c
commit cd1bd0eeaf

View File

@ -162,7 +162,8 @@ html_theme_options = asdict(ThemeOptions(
"Modding": "reference/modding/index",
"Lua API": "reference/lua-scripting/overview",
"Postprocessing": "reference/postprocessing/index",
}
},
show_scrolltop=True,
))
html_permalinks_icon = Icons.permalinks_icon