mirror of
https://github.com/readthedocs/sphinx_rtd_theme.git
synced 2025-02-25 18:55:21 -06:00
Add commit to the footer is it exists
This commit is contained in:
parent
aacc59f07a
commit
8779eb380b
@ -32,5 +32,9 @@
|
||||
{% trans %}Built with <a href="http://sphinx-doc.org/">Sphinx</a> using a <a href="https://github.com/snide/sphinx_rtd_theme">theme</a> provided by <a href="https://readthedocs.org">Read the Docs</a>{% endtrans %}.
|
||||
{%- endif %}
|
||||
|
||||
{%- if commit %}
|
||||
Build commit: <code>{{ commit }}</code>
|
||||
{%- endif %}
|
||||
|
||||
</footer>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user