openstackdocstheme/releasenotes/notes/side-bar-config-d7e66388e252cadf.yaml
Graham Hayes 75e8fc6e80 Release note for new sidebar feature
Change-Id: Ie2501e0b07b13e524d2525d174e8b37c589ea5e6
2016-06-03 15:35:40 +00:00

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",
}