Skip to content

Commit 27b97c1

Browse files
committed
DOC: tweak config to match main site
1 parent 7f6ad46 commit 27b97c1

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

conf.py

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,10 @@
7171
html_logo = "_static/logo2.svg"
7272

7373

74-
# html_sidebars = {"**": ["globaltoc.html", "localtoc.html", "searchbox.html"]}
74+
html_sidebars = {
75+
"index": ["search-field.html"],
76+
"**": ["search-field.html", "globaltoc.html"],
77+
}
7578

7679
is_release_build = tags.has("release") # noqa
7780

@@ -80,6 +83,7 @@
8083
"native_site": True,
8184
"logo_link": "index",
8285
"collapse_navigation": not is_release_build,
86+
"show_prev_next": False,
8387
# Toc options
8488
"navigation_depth": 2,
8589
}

0 commit comments

Comments
 (0)