From 1f608000d883b3c21d4cd54e9d282bb8d19e4ec9 Mon Sep 17 00:00:00 2001 From: Georg Brandl Date: Mon, 4 Aug 2008 16:38:04 +0000 Subject: [PATCH] Show Sphinx version in footer. --- sphinx/templates/layout.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sphinx/templates/layout.html b/sphinx/templates/layout.html index 8aad87cdb..837aad7f5 100644 --- a/sphinx/templates/layout.html +++ b/sphinx/templates/layout.html @@ -181,7 +181,7 @@ Last updated on {{ last_updated }}. {%- endif %} {%- if show_sphinx %} - Created using Sphinx. + Created using Sphinx {{ sphinx_version }}. {%- endif %} {%- endblock %}