Commit 3f04d24
authored
Fix empty section navigation sidebar and reorganize templates a bit (#471)
* fix section navigation sidebar
The sidebar generation logic in the PyData Sphinx Theme was altered, causing the navigation sidebar to become consistently displayed but always empty.
The `sidebar-nav-bs.html` override was initially added to address a responsive design issue, which has now been effectively resolved by the upstream. Let's remove the override to avoid future breakage.
`sidebar_includehidden` is set to `False` to get rid of the sidebar when its content is empty.
* reposition the project links
Add project-related links in a way that does not override upstream templates.1 parent 645512b commit 3f04d24
4 files changed
+17
-34
lines changedThis file was deleted.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
This file was deleted.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
207 | 207 | | |
208 | 208 | | |
209 | 209 | | |
| 210 | + | |
210 | 211 | | |
211 | 212 | | |
212 | 213 | | |
| |||
219 | 220 | | |
220 | 221 | | |
221 | 222 | | |
| 223 | + | |
222 | 224 | | |
223 | 225 | | |
224 | 226 | | |
| |||
0 commit comments