sphinx文档的footer定制
{% extends '!footer.html' %}
{% block extrafooter %}
<!-- your html code here -->
<p><a href="http://foo">new example link</a></p>
{{ super() }}
{% endblock %}参考
Last updated
{% extends '!footer.html' %}
{% block extrafooter %}
<!-- your html code here -->
<p><a href="http://foo">new example link</a></p>
{{ super() }}
{% endblock %}Last updated