Skip to content

Commit

Permalink
Limit navigation_depth to 4 (ros-infrastructure#89)
Browse files Browse the repository at this point in the history
  • Loading branch information
rkent committed Apr 2, 2024
1 parent 9810ed1 commit f342422
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rosdoc2/verbs/build/builders/sphinx_builder.py
Original file line number Diff line number Diff line change
Expand Up @@ -278,7 +278,7 @@ def ensure_global(name, default):
# Toc options
'collapse_navigation': False,
'sticky_navigation': True,
'navigation_depth': -1,
'navigation_depth': 4,
'includehidden': True,
'titles_only': False,
}}
Expand Down

0 comments on commit f342422

Please sign in to comment.