_extensions.toctree_with_sort

API - _extensions.toctree_with_sort

class _extensions.toctree_with_sort.TocTreeWithSort(name, arguments, options, content, lineno, content_offset, block_text, state, state_machine)

Directive to notify Sphinx about the hierarchical structure of the docs, and to include a table-of-contents like tree in the current document.

option_spec
parse_content(self, toctree)
_extensions.toctree_with_sort.setup(app)