Show Sphinx version in footer.

This commit is contained in:
Georg Brandl 2008-08-04 16:38:04 +00:00
parent 5847b5ffcf
commit 1f608000d8

View File

@ -181,7 +181,7 @@
Last updated on {{ last_updated }}. Last updated on {{ last_updated }}.
{%- endif %} {%- endif %}
{%- if show_sphinx %} {%- if show_sphinx %}
Created using <a href="http://sphinx.pocoo.org/">Sphinx</a>. Created using <a href="http://sphinx.pocoo.org/">Sphinx</a> {{ sphinx_version }}.
{%- endif %} {%- endif %}
</div> </div>
{%- endblock %} {%- endblock %}