Skip to content

Make the navigation tree uncollapsed by default #48

@bourque

Description

@bourque

Since we currently don't have many topics documented yet, we are probably better off having the side navigation bar be 'uncollapsed' by default, so users can see the full list of documented topics. I think this is easy as adding this to the conf.py file:

html_theme_options = {
    "collapse_navigation": False, 
}

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions