{% if theme_home_page_in_toc == True %} {#- This mimicks the pydata theme list style so we can append an extra item at the top #}
  • {{ root_title }}
{% endif -%} {# Ref: https://github.com/pydata/pydata-sphinx-theme/blob/8453f38ea6543e778bfc12d5c38239d25b8e30f8/src/pydata_sphinx_theme/__init__.py#L68 #} {{- generate_nav_html( startdepth=0, kind="sidebar", maxdepth=4, collapse=False, includehidden=True, titles_only=True, show_nav_level=theme_show_navbar_depth) }}