From 4d82a42229c4065a989bb7536cdd5cf56e7dc746 Mon Sep 17 00:00:00 2001 From: Justin Mayer Date: Fri, 6 Jan 2023 10:31:01 +0100 Subject: [PATCH] Upgrade Furo theme to 2022.12.07. Refs #3077 Should fix "Previous" and "Next" arrow styling issue. --- docs/_templates/page.html | 8 +++++--- pyproject.toml | 2 +- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/docs/_templates/page.html b/docs/_templates/page.html index c238b54c..233f43ad 100644 --- a/docs/_templates/page.html +++ b/docs/_templates/page.html @@ -102,12 +102,12 @@
{{ next.title }}
- + {%- endif %} {% if prev -%} - +
{{ _("Previous") }} @@ -145,6 +145,7 @@ {%- endif %}
+ {% if theme_footer_icons or READTHEDOCS -%}
{% if theme_footer_icons -%} {% for icon_dict in theme_footer_icons -%} @@ -171,6 +172,7 @@ {%- endif -%} {%- endif %}
+ {%- endif %}
{% endblock footer %} @@ -182,7 +184,7 @@
- {{ _("Contents") }} + {{ _("On this page") }}
diff --git a/pyproject.toml b/pyproject.toml index 4c41abec..002ebfff 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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"