diff --git a/python_docs_theme/layout.html b/python_docs_theme/layout.html index c4a48fa..8a0d65d 100644 --- a/python_docs_theme/layout.html +++ b/python_docs_theme/layout.html @@ -1,46 +1,121 @@ {% extends "classic/layout.html" %} -{% block rootrellink %} -
  • -
  • {{theme_root_name}}{{ reldelim1 }}
  • - {% if theme_root_include_title %} - {{ shorttitle }}{{ reldelim1 }} - {% endif %} -{% endblock %} +{%- macro relbar() %} +{# modified from sphinx/themes/basic/layout.html #} + +{%- endmacro %} {%- macro searchbox() %} {# modified from sphinx/themes/basic/searchbox.html #} {%- if builder != "htmlhelp" %} -