Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions alabaster/relations.html
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
<div class="relations">
<h3>Related Topics</h3>
<h3>{{ _('Related Topics') }}</h3>
<ul>
<li><a href="{{ pathto(master_doc) }}">Documentation overview</a><ul>
<li><a href="{{ pathto(master_doc) }}">{{ _('Documentation overview') }}</a><ul>
{%- for parent in parents %}
<li><a href="{{ parent.link|e }}">{{ parent.title }}</a><ul>
{%- endfor %}
{%- if prev %}
<li>Previous: <a href="{{ prev.link|e }}" title="{{ _('previous chapter')
<li>{{ _('Previous') }}: <a href="{{ prev.link|e }}" title="{{ _('previous chapter')
}}">{{ prev.title }}</a></li>
{%- endif %}
{%- if next %}
<li>Next: <a href="{{ next.link|e }}" title="{{ _('next chapter')
<li>{{ _('Next') }}: <a href="{{ next.link|e }}" title="{{ _('next chapter')
}}">{{ next.title }}</a></li>
{%- endif %}
{%- for parent in parents %}
Expand Down