Skip to content

style: subordinate TOCs #117

@medubelko

Description

@medubelko

Situation

In an upcoming change to the standard docs IA, we will require a separate TOC section:

Image

Request

  1. Modify Furo's TOC scaffolding so we can use custom classes in the toctree directive:

    .. toctree:
        :class: toc-sub
  2. Add sub-TOC styling to the default CSS:

    .toc-sub {
      margin-top: 1em;
      padding-top: 1em;
      border-top: 1px solid var(--color-background-border);
    }

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions