From c16a88cac476481343afd4646a525804c25dd105 Mon Sep 17 00:00:00 2001 From: Brian Coca Date: Tue, 1 Nov 2016 15:59:47 -0400 Subject: [PATCH] keep list as list in synopsis --- hacking/templates/rst.j2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hacking/templates/rst.j2 b/hacking/templates/rst.j2 index f9a04d423d5..d348739a186 100644 --- a/hacking/templates/rst.j2 +++ b/hacking/templates/rst.j2 @@ -37,7 +37,7 @@ Synopsis -------- {% for desc in description -%} -@{ desc | convert_symbols_to_format }@ + * @{ desc | convert_symbols_to_format }@ {% endfor %} {% if aliases is defined -%}