{%- extends "pydata_sphinx_theme/layout.html" -%} {# Append our custom CSS after the bootstrap stylesheet so we can override where necessary #} {%- block css %} {{ super() }} {% if theme_show_breadcrumbs %} {% endif %} {%- endblock %}{% block docs_navbar %} {{ super() }} {% if theme_switcher %} {% include 'components/announcement_version.html' %} {% endif %} {% endblock %}