f4pga / sphinx_f4pga_theme

A material-based, responsive theme inspired by mkdocs-material
Other
3 stars 4 forks source link

Links with subpages no longer clickable on the left hand side panel #11

Open mithro opened 3 years ago

mithro commented 3 years ago

image

mithro commented 2 years ago

@umarcor - Could you look at this issue?

umarcor commented 2 years ago

This does not apply anymore, because the subpages are shown on the right, isn't it?

mithro commented 2 years ago

The left side folds out rather than taking you to the page which has the info.

umarcor commented 2 years ago

It seems to be related to option globaltoc_depth. In F4PGA repos, the global toc depth is not used, so the bug does not show up. However, it is seen in the SkyWater PDK docs. The bug affects all the levels in the hierarchy of the left sidebar, not only the top one.

In https://github.com/google/skywater-pdk/pull/366, the sources of the SkyWater PDK docs are reorganized to avoid using globaltoc_depth and to properly show the captions of toctrees".

The sphinx-material or this fork need to be fixed to support i) collapsing captions/sections and ii) let collapsable items be linked.

mithro commented 2 years ago

The sphinx-material or this fork need to be fixed to support i) collapsing captions/sections and ii) let collapsable items be linked.

@umarcor - Yes the above is correct