Skip to content

Commit bfbb4f7

Browse files
authored
docs: doctree is collapsed by default (#256)
Collapses the list on the large `doctree` list in the sidebar by default
1 parent 4b53261 commit bfbb4f7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -196,7 +196,7 @@
196196
"github_url": "https://github.com/litestar-org/sqlspec",
197197
"discord_url": "https://discord.gg/dSDXd4mKhp",
198198
"navigation_with_keys": True,
199-
"globaltoc_expand_depth": 2,
199+
"globaltoc_expand_depth": 0,
200200
"light_logo": "_static/logo-default.png",
201201
"dark_logo": "_static/logo-default.png",
202202
"discussion_url": "https://discord.gg/dSDXd4mKhp",

0 commit comments

Comments
 (0)