ros-infrastructure / rosdoc2

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

add more default configuration to sphinx conf.py #60

Closed ottojo closed 4 months ago

ottojo commented 4 months ago

Add values extracted from package.xml to the wrapping sphinx config.py. This eliminates the need for packages with custom config.py to duplicate author, copyright and version information from package.xml.

A more comprehensive proposal was made in #42, but this part (keeping package.xml and config.py in sync) was what i came across today, and what is solvable a lot easier...