From 8779eb380be2af5728b74a13b7de8ed201364d24 Mon Sep 17 00:00:00 2001 From: Eric Holscher Date: Thu, 18 Jun 2015 12:48:37 -0400 Subject: [PATCH] Add commit to the footer is it exists --- sphinx_rtd_theme/footer.html | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/sphinx_rtd_theme/footer.html b/sphinx_rtd_theme/footer.html index 6347a440..721f8d7c 100644 --- a/sphinx_rtd_theme/footer.html +++ b/sphinx_rtd_theme/footer.html @@ -32,5 +32,9 @@ {% trans %}Built with Sphinx using a theme provided by Read the Docs{% endtrans %}. {%- endif %} + {%- if commit %} + Build commit: {{ commit }} + {%- endif %} +