diff --git a/docs/_templates/footer.html b/docs/_templates/footer.html index 0e85bc9c..b10e6ac0 100644 --- a/docs/_templates/footer.html +++ b/docs/_templates/footer.html @@ -1,7 +1,7 @@ {% extends "!footer.html" %} {% block extrafooter %} - + {{ super() }} -{% endblock %} \ No newline at end of file +{% endblock %}