diff --git a/docs/_templates/layout.html b/docs/_templates/layout.html index db16b4281a..785cdc7cb2 100644 --- a/docs/_templates/layout.html +++ b/docs/_templates/layout.html @@ -26,3 +26,36 @@ {% include "searchbox.html" %} {% endblock %} + +{% block footer %} +{{ super() }} + +{% endblock %}