From 621e714513424b89f3d6aaff0883cfd75c23c33e Mon Sep 17 00:00:00 2001 From: Santos Gallegos Date: Wed, 10 Feb 2021 18:58:28 -0500 Subject: [PATCH] Respect tab order for prev/next buttons This doesn't affect the display, it looks like before, but now the tab is order is correct. Fixes https://github.com/readthedocs/sphinx_rtd_theme/issues/952 --- sphinx_rtd_theme/breadcrumbs.html | 6 +++--- sphinx_rtd_theme/footer.html | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/sphinx_rtd_theme/breadcrumbs.html b/sphinx_rtd_theme/breadcrumbs.html index f58eff596..c27dcf4e2 100644 --- a/sphinx_rtd_theme/breadcrumbs.html +++ b/sphinx_rtd_theme/breadcrumbs.html @@ -72,12 +72,12 @@ {% 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 1284a2436..fd4b4f77c 100644 --- a/sphinx_rtd_theme/footer.html +++ b/sphinx_rtd_theme/footer.html @@ -1,12 +1,12 @@