You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{% trans build_url=build_url, build_id=build_id %}
27
+
<spanclass="build">
28
+
Build
29
+
<ahref="{{ build_url }}">{{ build_id }}</a>.
30
+
</span>
31
+
{% endtrans %}
32
+
{%- elif commit %}
33
+
{% trans commit=commit %}
34
+
<spanclass="commit">
35
+
Revision <code>{{ commit }}</code>.
36
+
</span>
37
+
{% endtrans %}
38
+
{%- elif last_updated %}
39
+
{% trans last_updated=last_updated|e %}Last updated on {{ last_updated }}.{% endtrans %}
40
+
{%- endif %}
41
+
42
+
</p>
43
+
</div>
44
+
45
+
{%- if show_sphinx %}
46
+
{% trans %}Built with <ahref="http://sphinx-doc.org/">Sphinx</a> using a <ahref="https://github.com/snide/sphinx_rtd_theme">theme</a> provided by <ahref="https://readthedocs.org">Read the Docs</a>{% endtrans %}.
0 commit comments