Skip to content

Commit

Permalink
chore: call to super in docs (#235)
Browse files Browse the repository at this point in the history
  • Loading branch information
EdwardBetts authored Nov 11, 2024
1 parent 8c1b349 commit df331ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/source/_templates/footer.html
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{% extends "!footer.html" %}
{%- block contentinfo %}
{{ super }}
{{ super() }}
<p>We are looking for contributors to help with our documentation, if you are interested please <a href="https://github.com/humbertogontijo/python-roborock">contribute here.</a>
{% endblock %}

0 comments on commit df331ea

Please sign in to comment.