diff --git a/pandas-docs/source/_themes/bootstrap_docs_theme/header.html b/pandas-docs/source/_themes/bootstrap_docs_theme/header.html deleted file mode 100644 index 105b455d5..000000000 --- a/pandas-docs/source/_themes/bootstrap_docs_theme/header.html +++ /dev/null @@ -1,17 +0,0 @@ - - - - - -Pandas documentation - - - - - - - - - - - diff --git a/pandas-docs/source/_themes/bootstrap_docs_theme/layout.html b/pandas-docs/source/_themes/bootstrap_docs_theme/layout.html index 1580e3719..617a0669e 100644 --- a/pandas-docs/source/_themes/bootstrap_docs_theme/layout.html +++ b/pandas-docs/source/_themes/bootstrap_docs_theme/layout.html @@ -1,10 +1,31 @@ - - - - {%- include "header.html" %} - - +{% extends "basic/layout.html" %} + +{%- block css %} + +{{- css() }} + +{%- endblock %} + +{%- block extrahead %} + + + + + + +{%- 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 %}