Skip to content

Commit

Permalink
doc: remove next/previous chapter buttons
Browse files Browse the repository at this point in the history
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]>
  • Loading branch information
dbkinder authored and ioannisg committed Sep 2, 2019
1 parent 60136f0 commit 3c64a6d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions doc/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -178,6 +178,9 @@
import sphinx_rtd_theme
html_theme = "sphinx_rtd_theme"
html_theme_path = [sphinx_rtd_theme.get_html_theme_path()]
html_theme_options = {
'prev_next_buttons_location': None
}

if tags.has('release'):
is_release = True
Expand Down

0 comments on commit 3c64a6d

Please sign in to comment.