75e8fc6e80
Change-Id: Ie2501e0b07b13e524d2525d174e8b37c589ea5e6
17 lines
365 B
YAML
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",
|
|
}
|