autohelp: workaround for empty values in RST literals

sphinx doesn't appreciated empty literal values between ``. Workaround
the problem by replacing empty values with a space.

Change-Id: Ic963371c988547d0d7d405c687cbf3320cf26881
This commit is contained in:
Gauvain Pocentek 2015-11-18 07:31:43 +01:00
parent 8391493619
commit 43ee2e967a
1 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,7 @@
* - **[{{ group }}]**
-
{% for item in items[loop.index0] %}
* - ``{{ item[0] }}`` = ``{{ item[1]|default(' ') }}``
* - ``{{ item[0] }}`` = ``{{ item[1]|default(' ', true) }}``
- {{ item[2] }}
{% endfor %}
{% endfor %}