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 <david.b.kinder@intel.com>
This commit is contained in:
parent
60136f00cb
commit
3c64a6dcb2
1 changed files with 3 additions and 0 deletions
|
@ -178,6 +178,9 @@ rst_epilog = """
|
|||
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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue