[docs]: Arrow key and Scroll Behavior on Module Reference
Documentation request
[Current Behavior] Down/up arrows can be used to scroll down the page. Once you click a specific tab, (Summary/Config Schema) arrow keys swap to only switching between the tabs (including up/down).
[Desired Behavior] Ideally we'd like to see up/down always handle page scroll, and left/right handle tab swapping on the mods if possible.
Reported from: https://cloudinit.readthedocs.io/en/latest/reference/modules.html
Thanks for catching that - definitely not the expected behaviour. I'll look into it!
Changes to this behavior look like they would live either in doc/rtd/conf.py setup or configuration of the "furo" theme during sphinx build. html_css_files or html_js_files.
To generate and test docs locally:
tox -e doc
xdg-open doc/rtd_html/index.html