We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 013c04a commit ea5533aCopy full SHA for ea5533a
docs/source/conf.py
@@ -71,6 +71,7 @@
71
72
html_theme_options = {
73
"default_mode": "light",
74
+ "show_navbar_depth": sys.maxsize,
75
}
76
77
html_context = {
driver
@@ -95,8 +95,6 @@ INDEX_DST="$DOCS_SOURCE_DIR/index.md"
95
# Append toctree
96
echo ""
97
echo '```{toctree}'
98
- echo ':maxdepth: 2'
99
- echo ''
100
echo 'Home <self>'
101
echo 'tutorial'
102
echo 'modules'
0 commit comments