File: side-bar-config-d7e66388e252cadf.yaml

package info (click to toggle)
python-openstackdocstheme 3.2.0-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 3,008 kB
  • sloc: javascript: 8,326; python: 544; makefile: 162; sh: 152
file content (16 lines) | stat: -rw-r--r-- 365 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
---
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",
        }