Skip to content

Commit b48f3a3

Browse files
Enable 'show_prev_next' in the documented defaults (#580)
Switch the default value of `show_prev_next` to True in the theme options documentation. The reason for this change is that the prev / next buttons are useful for navigating the documentation, especially in narrow viewports. In that case, the only other option to navigate is the hamburger menu, which the user may not be aware of. Co-authored-by: pyansys-ci-bot <[email protected]>
1 parent fbe499c commit b48f3a3

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Enable 'show_prev_next' in the documented defaults

doc/source/user-guide/options.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ for the documentation landing page for the Ansys repository:
2121
2222
html_theme_options = {
2323
"github_url": "https://github.com/ansys/ansys-sphinx-theme",
24-
"show_prev_next": False,
24+
"show_prev_next": True,
2525
"show_breadcrumbs": True,
2626
"additional_breadcrumbs": [
2727
("PyAnsys", "https://docs.pyansys.com/"),

0 commit comments

Comments
 (0)