Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bd8500f commit b43980fCopy full SHA for b43980f
1 file changed
doc/_templates/layout.html
@@ -69,6 +69,9 @@
69
{%- if show_sphinx %}
70
{% trans sphinx_version=sphinx_version|e %}Created using
71
<a href="http://sphinx-doc.org/">Sphinx</a> {{ sphinx_version }}.{% endtrans %}
72
+{%- endif %}
73
+{%- if sha %}
74
+Doc version {{ sha }}.
75
{%- endif %}
76
</div>
77
</footer>
0 commit comments