From df331ea0165d05b093f170fb9107918aaaac03e6 Mon Sep 17 00:00:00 2001 From: Edward Betts Date: Mon, 11 Nov 2024 12:25:12 +0000 Subject: [PATCH] chore: call to super in docs (#235) --- docs/source/_templates/footer.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/_templates/footer.html b/docs/source/_templates/footer.html index d2276f4..768ee7a 100644 --- a/docs/source/_templates/footer.html +++ b/docs/source/_templates/footer.html @@ -1,5 +1,5 @@ {% extends "!footer.html" %} {%- block contentinfo %} -{{ super }} +{{ super() }}

We are looking for contributors to help with our documentation, if you are interested please contribute here. {% endblock %}