Skip to main content

Sphinx Extension to mimic Sphinx TocTrees

Project description

sphinxext-mimic

ci Code style: black

Sphinx Extension to create a fake expandable table of contents. It is recommended to :orphan: any page where mimic is used to avoid any unexpected behavior.

Installation

python -m pip install sphinxext-mimic

Requirements

  • Sphinx >= 3

Usage

Add sphinxext.mimic to your extensions list in your conf.py

extensions = [
   sphinxext.mimic,
]

Then use

.. mimictoc::

which is compatible with the default .. toctree:: arguments.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page