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,
}