Skip to content

Commit e79e48b

Browse files
authored
Change TOC depth
Just changed the TOC depth from 1 to 2 in the conf.py file to test the GitHub actions workflow.
1 parent 3c2fd43 commit e79e48b

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
@@ -57,7 +57,7 @@
5757

5858
# Theme options
5959
html_theme_options = {
60-
"show_nav_level": 1,
60+
"show_nav_level": 2,
6161
"collapse_navigation": False,
6262
"navigation_depth": -1, # Unlimited depth
6363
"globaltoc_collapse": False,

0 commit comments

Comments
 (0)