{# source: https://github.com/pydata/pydata-sphinx-theme/blob/master/src/pydata_sphinx_theme/theme/pydata_sphinx_theme/layout.html #} {# we use the version shortly after v0.8.1 and plan to pin to v0.8.2 #} {# note that the original file wasn't formatted with prettier, hence, need to reformat to compare! #} {# the two changes made concern identity snippet injection and full-screen #} {%- extends "basic/layout.html" %} {%- import "static/webpack-macros.html" as _webpack with context %} {%- block css %} {{ _webpack.head_pre_assets() }} {{ _webpack.head_pre_icons() }} {{- css() }} {{ _webpack.head_js_preload() }} {%- endblock %} {%- block extrahead %} {% for favicon in theme_favicons %} {% if favicon.href[:4] == 'http'%} {% else %} {% endif %} {% endfor %} {%- endblock %} {# Silence the sidebar's, relbar's #} {% block header %}{% endblock %} {% block relbar1 %}{% endblock %} {% block relbar2 %}{% endblock %} {% block sidebarsourcelink %}{% endblock %} {% block body_tag %}
{%- endblock %} {%- block content %} {# Added to support a banner with an alert #} {% block docs_navbar %} {% endblock %}