{%- if show_copyright %} {%- if hasdoc('copyright') %}
{% trans path=pathto('copyright'), copyright=copyright|e %}© Copyright {{ copyright }}.{% endtrans %}
{%- else %}
{% trans copyright=copyright|e %}© Copyright {{ copyright }}.{% endtrans %}
{%- endif %} {%- endif %} {%- if last_updated %}
{% trans last_updated=last_updated|e %}Last updated on {{ last_updated }}.{% endtrans %}
{%- endif %} {%- if show_sphinx %}
{% trans sphinx_version=sphinx_version|e %}Generated by Sphinx {{ sphinx_version }} using sphinxbootstrap4theme 0.3.1.{% endtrans %}
{%- endif %}
{%- if theme_show_shortcut_list_btn == True %}

ショートカットキー一覧

ショートカットキー 説明
Alt + U 親ページへ移動
Alt + P 前ページへ移動
Alt + N 次ページへ移動
{%- endif %} Back to top