From b2b24228f36a6067f153c938274ada133246aee8 Mon Sep 17 00:00:00 2001 From: Mathieu Leplatre Date: Tue, 8 Sep 2015 18:10:12 +0200 Subject: [PATCH] Add block to add extra content to footer For example, in order to add Disqus comments. --- sphinx_rtd_theme/footer.html | 2 ++ 1 file changed, 2 insertions(+) diff --git a/sphinx_rtd_theme/footer.html b/sphinx_rtd_theme/footer.html index 63703d01..f4396eec 100644 --- a/sphinx_rtd_theme/footer.html +++ b/sphinx_rtd_theme/footer.html @@ -46,5 +46,7 @@ {% trans %}Built with Sphinx using a theme provided by Read the Docs{% endtrans %}. {%- endif %} + {%- block extrafooter %} {% endblock %} +