diff --git a/docs/_templates/layout.html b/docs/_templates/layout.html --- a/docs/_templates/layout.html +++ b/docs/_templates/layout.html @@ -1,21 +1,8 @@ {% extends "!layout.html" %} {% block footer %} - +{{ super() }} + {% endblock %}