From c682f776b995979650fc8bb6d89bf352af775eef Mon Sep 17 00:00:00 2001 From: Michael Hanke Date: Wed, 17 Aug 2011 20:47:02 +0200 Subject: [PATCH] Extend footer with license and code availability info. --- sphinx/_templates/layout.html | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/sphinx/_templates/layout.html b/sphinx/_templates/layout.html index 26a89ab..4e53265 100644 --- a/sphinx/_templates/layout.html +++ b/sphinx/_templates/layout.html @@ -61,3 +61,15 @@ src="{{ pathto('_static/nitrc_listed.png', 1) }}" border="0" alt="NITRC-listed" {% endblock %} +{% block footer %} +{{ super() }} + +{% endblock %} + -- 2.39.2