{% extends "pydata_sphinx_theme/layout.html" %} {% block docs_main %} {# This customization to the no-sidebars case is why we override docs_main #} {% set content_xl_width = "col-xl-7" if sidebars else "col-xl-12" %}
{% block docs_body %}{{ super() }}{% endblock %} {% if theme_show_prev_next %} {% endif %}
{% endblock %}