Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add an option to disable docs when building (#144)
Currently we rebuild documentation on every build. This adds an option to disable this (default is enabled). This is helpful for development environments with repeated builds. It can be set via colcon's cmake-args: colcon build --cmake-args -DBUILD_DOCS=OFF Signed-off-by: Michael Carroll <[email protected]>
- Loading branch information