Skip to content

Commit 3c64a6d

Browse files
dbkinderioannisg
authored andcommitted
doc: remove next/previous chapter buttons
The Next/Previous chapter buttons have been confusing in the past and recent DX studies still show that folks read these as the "Next" document to read in some defined order. These buttons are simply another way to navigate through the document tree to the "Next" doc in the table of contents. Let's remove these buttons (again). Signed-off-by: David B. Kinder <[email protected]>
1 parent 60136f0 commit 3c64a6d

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

doc/conf.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -178,6 +178,9 @@
178178
import sphinx_rtd_theme
179179
html_theme = "sphinx_rtd_theme"
180180
html_theme_path = [sphinx_rtd_theme.get_html_theme_path()]
181+
html_theme_options = {
182+
'prev_next_buttons_location': None
183+
}
181184

182185
if tags.has('release'):
183186
is_release = True

0 commit comments

Comments
 (0)