Removes modules from TOC, speeding up build time and reducing doc disk space requirements.

This commit is contained in:
Scott Butler 2018-04-04 18:55:39 -07:00 committed by Toshio Kuratomi
commit 62c2b9a544
4 changed files with 12 additions and 15 deletions

View file

@ -3,10 +3,8 @@
Modules Maintained by the @{ maintainers }@
``````````````````````````@{ '`' * maintainers | length }@
.. toctree:: :maxdepth: 1
{% for module in modules | sort %}
@{ module }@{% if module_info[module]['deprecated'] %} **(D)**{% endif %} - @{ module_info[module]['doc']['short_description'] }@ <@{ module }@_module>
* :ref:`@{ module }@`{% if module_info[module]['deprecated'] %} **(D)**{% endif%}
{% endfor %}
.. note::