{% extends "pydata_sphinx_theme/layout.html" %} {%- block extrahead %} {%- endblock %} {% block docs_main %} {% if sidebars %} {% set content_col_class = "col-md-9 col-xl-7" %} {% else %} {# This customization to the no-sidebars case is why we override docs_main #} {% set content_col_class = "col-md-12" %} {% endif %} {% block docs_body %} {% block body %} {% endblock %} {% endblock %} {% if theme_show_prev_next %} {% include "prev-next.html" %} {% endif %} {% endblock %}