openstackdocstheme/releasenotes/notes/side-bar-config-d7e66388e25...

17 lines
365 B
YAML

---
features:
- |
The sidebar Table of Contents can now be set to the full ``toc`` directive,
or remain as the ``toctree`` directive.
This can be set by setting ``"sidebar_mode"`` to ``"toc"`` in the
``html_theme_options`` option in ``conf.py``.
For example:
::
html_theme_options = {
"sidebar_mode": "toc",
}