avoids not-in-toc errors with :orphan:
(cherry picked from commit 0fef3f1b48
)
This commit is contained in:
parent
cd7042857c
commit
628492f8b3
1 changed files with 5 additions and 0 deletions
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 }@:
|
||||
|
|
Loading…
Reference in a new issue