Sometimes we want to render an object's docs but not include its headings into the ToC, because we render it for documentation purposes (examples), and we don't need the entries in the ToC.
An option to prevent adding any generated heading to the ToC.
In mkdocstrings-python's docs, we do this:
```md exec="on"
::: package.get_version
options:
heading_level: 3
parameter_headings: true
docstring_section_style: list
```
This effectively converts the Markdown in a sub-layer, preventing propagation of headings.
/
Pay now to fund the work behind this issue.
Get updates on progress being made.
Maintainer is rewarded once the issue is completed.
You're funding impactful open source efforts
You want to contribute to this effort
You want to get funding like this too