diff --git a/hacking/templates/rst.j2 b/hacking/templates/rst.j2 index eccae4cb777..f9a04d423d5 100644 --- a/hacking/templates/rst.j2 +++ b/hacking/templates/rst.j2 @@ -45,8 +45,8 @@ Aliases: @{ ','.join(aliases) }@ {% endif %} {% if requirements %} -Requirements ------------- +Requirements (on host that executes module) +------------------------------------------- {% for req in requirements %} * @{ req | convert_symbols_to_format }@