allow 6 items in header drop-down

we only have 6 items, so don't put one item under More
This commit is contained in:
Min RK
2025-08-05 21:13:42 -07:00
parent 3a26e66adc
commit 46ccb3cd4a

View File

@@ -262,6 +262,7 @@ html_static_path = ["_static"]
html_theme = "jupyterhub_sphinx_theme"
html_theme_options = {
"header_links_before_dropdown": 6,
"icon_links": [
{
"name": "GitHub",