Skip to content

Commit

Permalink
Upgrade Furo theme to 2022.12.07. Refs getpelican#3077
Browse files Browse the repository at this point in the history
Should fix "Previous" and "Next" arrow styling issue.
  • Loading branch information
justinmayer authored and jorgesumle committed Jun 23, 2023
1 parent ba3f54d commit 3bdd931
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
8 changes: 5 additions & 3 deletions docs/_templates/page.html
Original file line number Diff line number Diff line change
Expand Up @@ -102,12 +102,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 Expand Up @@ -145,6 +145,7 @@
{%- endif %}
</div>
<div class="right-details">
{% if theme_footer_icons or READTHEDOCS -%}
<div class="icons">
{% if theme_footer_icons -%}
{% for icon_dict in theme_footer_icons -%}
Expand All @@ -171,6 +172,7 @@
{%- endif -%}
{%- endif %}
</div>
{%- endif %}
</div>
</div>
{% endblock footer %}
Expand All @@ -182,7 +184,7 @@
<div class="toc-sticky toc-scroll">
<div class="toc-title-container">
<span class="toc-title">
{{ _("Contents") }}
{{ _("On this page") }}
</span>
</div>
<div class="toc-tree-container">
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ lxml = "^4.3"
markdown = "~3.3.7"
typogrify = "^2.0"
sphinx = "^5.1"
furo = "2022.06.21"
furo = "2022.12.07"
livereload = "^2.6"
psutil = {version = "^5.7", optional = true}
pygments = "~2.8"
Expand Down

0 comments on commit 3bdd931

Please sign in to comment.