ros-infrastructure / rosdoc2

Command-line tool for generating documentation for ROS 2 packages.
Apache License 2.0
39 stars 9 forks source link

Fix toctree warnings and render toctree in the HTML sidebar #20

Closed aprotyas closed 3 years ago

aprotyas commented 3 years ago

This PR fixes a warning about the library API document not being included in the document, and also fixes the sidebar rendering (table of content shows up in the sidebar correctly).

These two issues are connected because the Sphinx html theme uses the :toctree: directive to create the sidebar.

References:

Signed-off-by: Abrar Rahman Protyasha abrar@openrobotics.org

aprotyas commented 3 years ago

@wjwwood can you merge the PR?