diff --git a/docs/templates/plugin.rst.j2 b/docs/templates/plugin.rst.j2 index 2572232c79c..5bb1833114d 100644 --- a/docs/templates/plugin.rst.j2 +++ b/docs/templates/plugin.rst.j2 @@ -1,6 +1,9 @@ :source: @{ source }@ .. _@{ module }@: +{% for alias in aliases %} +.. _@{ alias }@: +{% endfor %} {% if short_description %} {% set title = module + ' - ' + short_description|convert_symbols_to_format %}