From 939584e54f309a45e3e39cd5d5c13bd182e6561a Mon Sep 17 00:00:00 2001 From: Santos Gallegos Date: Wed, 7 Oct 2020 17:29:50 -0500 Subject: [PATCH] Make nex/prev icons as aria-hidden Fixes https://github.com/readthedocs/sphinx_rtd_theme/issues/954 --- sphinx_rtd_theme/breadcrumbs.html | 4 ++-- sphinx_rtd_theme/footer.html | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/sphinx_rtd_theme/breadcrumbs.html b/sphinx_rtd_theme/breadcrumbs.html index cf64d1547..e9537fcbe 100644 --- a/sphinx_rtd_theme/breadcrumbs.html +++ b/sphinx_rtd_theme/breadcrumbs.html @@ -73,10 +73,10 @@ {% if (theme_prev_next_buttons_location == 'top' or theme_prev_next_buttons_location == 'both') and (next or prev) %} {% endif %} diff --git a/sphinx_rtd_theme/footer.html b/sphinx_rtd_theme/footer.html index e1b99c5a4..8b36de78e 100644 --- a/sphinx_rtd_theme/footer.html +++ b/sphinx_rtd_theme/footer.html @@ -2,10 +2,10 @@ {% if (theme_prev_next_buttons_location == 'bottom' or theme_prev_next_buttons_location == 'both') and (next or prev) %} {% endif %}