mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-04-17 06:11:30 +00:00
avoids not-in-toc errors with :orphan:
This commit is contained in:
committed by
Toshio Kuratomi
parent
d38ae9b6c9
commit
0fef3f1b48
5
docs/templates/plugin.rst.j2
vendored
5
docs/templates/plugin.rst.j2
vendored
@@ -1,5 +1,10 @@
|
||||
:source: @{ source }@
|
||||
|
||||
{# avoids rST "isn't included in any toctree" errors for module docs #}
|
||||
{% if plugin_type == 'module' %}
|
||||
:orphan:
|
||||
{% endif %}
|
||||
|
||||
.. _@{ module }@_@{ plugin_type }@:
|
||||
{% for alias in aliases %}
|
||||
.. _@{ alias }@:
|
||||
|
||||
Reference in New Issue
Block a user