Skip to content

Commit b15a043

Browse files
committed
Fix configuration
1 parent 71555a7 commit b15a043

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

manuscript-website/_config.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,3 +22,8 @@ html:
2222
use_issues_button: true
2323
use_repository_button: true
2424

25+
# Add navigation depth configuration to show one level expanded by default
26+
sphinx:
27+
config:
28+
html_theme_options:
29+
show_navbar_depth: 1

manuscript-website/_toc.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,6 @@
33

44
format: jb-book
55
root: index
6-
defaults:
7-
expand_sections: true # Make all sections expand by default
86
chapters:
97
- file: intro
108
- file: Main_Figures/index

0 commit comments

Comments
 (0)