Skip to content

Commit e881289

Browse files
committed
removed previous-next arrows
1 parent 1c02c6f commit e881289

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

docs/source/conf.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,8 @@
5252
html_theme = "sphinx_rtd_theme"
5353
html_theme_options = {
5454
"logo_only": True,
55-
"style_nav_header_background": "#483a8f",
55+
# "style_nav_header_background": "#483a8f",
56+
"prev_next_buttons_location": None # Removes "Previous" and "Next" buttons
5657
}
5758

5859
html_static_path = ['_static', 'img']

0 commit comments

Comments
 (0)