docs/dsl/disable_build.rst in squib-0.11.0 vs docs/dsl/disable_build.rst in squib-0.12.0

- old
+ new

@@ -1,19 +1,16 @@ disable_build ============= -Disable the given build group for the rest of the build. Thus, code within the corresponding :doc:`/dsl/group` block will not be executed. See :doc:`/build_groups` for ways to use this effectively. +Disable the given build group for the rest of the build. Thus, code within the corresponding :doc:`/dsl/build` block will not be executed. See :doc:`/build_groups` for ways to use this effectively. Required Arguments ------------------ build_group_name default: ``:all`` the name of the group to disable. Convention is to use a Ruby symbol. - -.. note:: - Examples --------