Commit 99e10de
docs: address Copilot review feedback on sidebar config
Two small follow-ups from the Copilot reviewer on #1578:
- Append .html to the html_sidebars entry. Sphinx's Jinja loader
resolves both "sidebar-globaltoc" and "sidebar-globaltoc.html" to
the same template, but the explicit form is closer to the spelling
in the Sphinx docs and is harder to misread.
- Update the inline comment in sidebar-globaltoc.html that still
claimed show_nav_level=1 after we bumped it to 2 in conf.py. Now
describes the variable wiring instead of hard-coding a number that
has to be kept in sync with conf.py.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>1 parent 9e933fc commit 99e10de
2 files changed
Lines changed: 4 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
16 | | - | |
17 | | - | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
18 | 19 | | |
19 | 20 | | |
20 | 21 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
165 | 165 | | |
166 | 166 | | |
167 | 167 | | |
168 | | - | |
| 168 | + | |
169 | 169 | | |
170 | 170 | | |
171 | 171 | | |
| |||
0 commit comments