diff --git a/rosdoc2/verbs/build/builders/sphinx_builder.py b/rosdoc2/verbs/build/builders/sphinx_builder.py index c3b82b8..4e6a52d 100644 --- a/rosdoc2/verbs/build/builders/sphinx_builder.py +++ b/rosdoc2/verbs/build/builders/sphinx_builder.py @@ -170,6 +170,15 @@ def ensure_global(name, default): ## without the rosdoc2 tool. html_theme = 'sphinx_rtd_theme' +html_theme_options = {{ + # Toc options + 'collapse_navigation': False, + 'sticky_navigation': True, + 'navigation_depth': -1, + 'includehidden': True, + 'titles_only': False, +}} + # Add any paths that contain custom static files (such as style sheets) here, # relative to this directory. They are copied after the builtin static files, # so a file named "default.css" will overwrite the builtin "default.css". @@ -216,9 +225,12 @@ def ensure_global(name, default): C++ API ======= -:doc:`api/library_root` +.. toctree:: + :maxdepth: 2 -.. doxygenindex:: + api/library_root + Full API + File structure Indices and Search ==================