Make the navigation tree uncollapsed by default
Open
@LASP-Luke is already working on this.
Since Jun 25, 2025.
- Dominant language
- Ruby
- Stars
- 3
- Forks
- 9
- PR merge metrics
- No merged PRs in 30d
Description
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,
}
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.