ros-infrastructure / rosdoc2

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

Add `enable_intersphinx` option in settings dict #30

Closed aprotyas closed 2 years ago

aprotyas commented 2 years ago

The default rosdoc2_settings dictionary in default_conf_py_template does not list enable_intersphinx as an option, even though it is used later in rosdoc2_wrapping_conf_py_template as a configurable setting.

This change should allow better visibility of that option.

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