File: allow-disabling-toc-in-body-d98d3a6e633fa28e.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 (14 lines) | stat: -rw-r--r-- 336 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
---
features:
  - |
    The automatic table of contents that appears in the body of the
    documentation can be disabled by setting ``display_toc`` to ``False`` in
    the ``html_theme_options`` option in ``conf.py``.

    For example:

    .. code-block:: python

      html_theme_options = {
           "display_toc": False,
      }