diff --git a/README.rst b/README.rst index 005f3b97..456bed54 100644 --- a/README.rst +++ b/README.rst @@ -102,6 +102,9 @@ v0.1.10-alpha * Removes Sphinx dependency * Fixes hamburger on mobile display * Adds a ``body_begin`` block to the template +* Add ``prev_next_buttons_location`` which can take the value ``bottom``, + ``top``, ``both`` , ``None`` and will display the "Next" and "Previous" + buttons accordingly v0.1.9 ------ diff --git a/sass/_theme_layout.sass b/sass/_theme_layout.sass index 416a9dbe..1ebacd10 100644 --- a/sass/_theme_layout.sass +++ b/sass/_theme_layout.sass @@ -338,6 +338,10 @@ footer .rst-footer-buttons +clearfix +.rst-breadcrumbs-buttons + margin-top: 12px + +clearfix + #search-results .search li margin-bottom: $base-line-height diff --git a/sphinx_rtd_theme/breadcrumbs.html b/sphinx_rtd_theme/breadcrumbs.html index 2a748df1..0f271045 100644 --- a/sphinx_rtd_theme/breadcrumbs.html +++ b/sphinx_rtd_theme/breadcrumbs.html @@ -21,6 +21,7 @@ {% endif %}
diff --git a/sphinx_rtd_theme/footer.html b/sphinx_rtd_theme/footer.html index f4396eec..a6afdf53 100644 --- a/sphinx_rtd_theme/footer.html +++ b/sphinx_rtd_theme/footer.html @@ -1,5 +1,5 @@