Skip to content

Commit

Permalink
doc: update footer to display correctly
Browse files Browse the repository at this point in the history
Update the footer to match what has been changed in the Furo theme:
pradyunsg/furo@8eba649

Signed-off-by: Ruth Fuchss <ruth.fuchss@canonical.com>
(cherry picked from commit 2fdd931)
Signed-off-by: Simon Deziel <simon.deziel@canonical.com>
  • Loading branch information
ru-fu authored and simondeziel committed Jul 5, 2024
1 parent d00591c commit 9ab0c4c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions doc/.sphinx/_templates/footer.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,12 @@
</div>
<div class="title">{{ next.title }}</div>
</div>
<svg><use href="#svg-arrow-right"></use></svg>
<svg class="furo-related-icon"><use href="#svg-arrow-right"></use></svg>
</a>
{%- endif %}
{% if prev -%}
<a class="prev-page" href="{{ prev.link }}">
<svg><use href="#svg-arrow-right"></use></svg>
<svg class="furo-related-icon"><use href="#svg-arrow-right"></use></svg>
<div class="page-info">
<div class="context">
<span>{{ _("Previous") }}</span>
Expand Down

0 comments on commit 9ab0c4c

Please sign in to comment.