Back to Sphinx

Relations

sphinx/themes/basic/relations.html

9.1.0311 B
Original Source

{# Sphinx sidebar template: relation links. #} {%- if prev %}

{{ _('Previous topic') }}

{{ prev.title }}

{%- endif %} {%- if next %}

{{ _('Next topic') }}

{{ next.title }}

{%- endif %}