diff --git a/docs/_templates/layout.html b/docs/_templates/footer.html similarity index 72% rename from docs/_templates/layout.html rename to docs/_templates/footer.html index 2ff727f3..0e85bc9c 100644 --- a/docs/_templates/layout.html +++ b/docs/_templates/footer.html @@ -1,24 +1,7 @@ -{% extends "!layout.html" %} -{%- set extra_css_files = ["_static/extra.css"] %} - -{% block sidebartitle %} - {% if theme_display_version %} - {%- set nav_version = version %} - {% if READTHEDOCS and current_version %} - {%- set nav_version = current_version %} - {% endif %} - {% if nav_version %} -
- {{ nav_version }} -
- {% endif %} - {% endif %} - - {% include "searchbox.html" %} -{% endblock %} - -{% block footer %} +{% extends "!footer.html" %} +{% block extrafooter %} + - +{{ super() }} {% endblock %} \ No newline at end of file