Skip to content

Commit ea5533a

Browse files
committed
infinite navbar depth
1 parent 013c04a commit ea5533a

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

docs/source/conf.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,7 @@
7171

7272
html_theme_options = {
7373
"default_mode": "light",
74+
"show_navbar_depth": sys.maxsize,
7475
}
7576

7677
html_context = {

driver

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -95,8 +95,6 @@ INDEX_DST="$DOCS_SOURCE_DIR/index.md"
9595
# Append toctree
9696
echo ""
9797
echo '```{toctree}'
98-
echo ':maxdepth: 2'
99-
echo ''
10098
echo 'Home <self>'
10199
echo 'tutorial'
102100
echo 'modules'

0 commit comments

Comments
 (0)